We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340b10 commit e31c7f1Copy full SHA for e31c7f1
composer.json
@@ -24,14 +24,14 @@
24
}
25
],
26
"require": {
27
+ "php": "^7.2",
28
"laravel/framework": "~5.8.0",
- "nesbot/carbon": "^1.22.1|^2.0",
29
- "php": "^7.2"
+ "nesbot/carbon": "^1.22.1|^2.0"
30
},
31
"require-dev": {
32
"kint-php/kint": "^3.1",
33
"mockery/mockery": "^1.2",
34
- "orchestra/testbench": "^3.8",
+ "orchestra/testbench": "~3.8.0",
35
"phpunit/phpunit": "^8.0"
36
37
"autoload": {
0 commit comments