Skip to content

Commit ff09780

Browse files
authored
Update package version constraints (#15)
Updates composer version constraints. There is no reason to specify the upper limit of `testbench` and `illuminate/*`
1 parent 3d5c58b commit ff09780

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.1|^7.2",
24+
"php": "^7.1|7.2",
2525
"honeybadger-io/honeybadger-php": "^1.2",
26-
"illuminate/console": "^5.5|^5.6",
27-
"illuminate/support": "^5.5|^5.6",
28-
"sixlive/dotenv-editor": "^1.1"
26+
"sixlive/dotenv-editor": "^1.1",
27+
"illuminate/console": "^5.5",
28+
"illuminate/support": "^5.5"
2929
},
3030
"require-dev": {
3131
"friendsofphp/php-cs-fixer": "^2.10",
3232
"larapack/dd": "^1.0",
3333
"mockery/mockery": "^1.1",
34-
"orchestra/testbench": "^3.5|^3.6|^3.7",
35-
"phpunit/phpunit": "^6.0|^7.0",
36-
"sempro/phpunit-pretty-print": "^1.0"
34+
"sempro/phpunit-pretty-print": "^1.0",
35+
"orchestra/testbench": "^3.5",
36+
"phpunit/phpunit": "^6.0|^7.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)