Skip to content

Commit e31c7f1

Browse files
Tweak package requirements
1 parent 2340b10 commit e31c7f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
}
2525
],
2626
"require": {
27+
"php": "^7.2",
2728
"laravel/framework": "~5.8.0",
28-
"nesbot/carbon": "^1.22.1|^2.0",
29-
"php": "^7.2"
29+
"nesbot/carbon": "^1.22.1|^2.0"
3030
},
3131
"require-dev": {
3232
"kint-php/kint": "^3.1",
3333
"mockery/mockery": "^1.2",
34-
"orchestra/testbench": "^3.8",
34+
"orchestra/testbench": "~3.8.0",
3535
"phpunit/phpunit": "^8.0"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)