Skip to content

Commit

Permalink
Fixes issue with monorepo builder in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Casey committed Jan 19, 2022
1 parent ce28e4e commit 9b1fbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"orchestra/testbench": "^6.2|^7.0",
"phpunit/phpunit": "^9.4",
"symplify/monorepo-builder": "^9.0"
"symplify/monorepo-builder": "^9.4.10"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'require-dev' => [
'orchestra/testbench' => '^6.2|^7.0',
'phpunit/phpunit' => '^9.4',
'symplify/monorepo-builder' => '^9.0',
'symplify/monorepo-builder' => '^9.4.10',
],
'minimum-stability' => 'dev',
'prefer-stable' => true
Expand Down

0 comments on commit 9b1fbad

Please sign in to comment.