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 f0b0af1 commit 995f718Copy full SHA for 995f718
composer.json
@@ -21,13 +21,13 @@
21
],
22
"require": {
23
"php": "^7.3|^8.0",
24
- "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
+ "laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
25
"intervention/image": "^2.4"
26
},
27
"require-dev": {
28
- "orchestra/testbench": "^4.0|^5.0|^7.0",
+ "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
29
"phpunit/phpunit": "^8.0|^9.0",
30
- "dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3"
+ "dms/phpunit-arraysubset-asserts": "^0.2.0|^0.3|^0.4"
31
32
"autoload": {
33
"psr-4": {
0 commit comments