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 a7b75eb commit babd3a9Copy full SHA for babd3a9
composer.json
@@ -26,13 +26,13 @@
26
"require": {
27
"php": "^7.2",
28
"dms/phpunit-arraysubset-asserts": "^0.1.0",
29
- "laravel/framework": "~5.8.0",
30
- "nesbot/carbon": "^1.22.1|^2.0"
+ "laravel/framework": "5.8.*",
+ "nesbot/carbon": "^1.22|^2.0"
31
},
32
"require-dev": {
33
"kint-php/kint": "^3.1",
34
"mockery/mockery": "^1.2",
35
- "orchestra/testbench": "~3.8.0",
+ "orchestra/testbench": "3.8.*",
36
"phpunit/phpunit": "^8.0"
37
38
"autoload": {
0 commit comments