Skip to content

Commit 6c4c670

Browse files
committedOct 17, 2024··
Expand version constraints in composer.json to support newer major versions of dependencies including illuminate components, phpunit, and orchestra/testbench.
1 parent f46c306 commit 6c4c670

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
}
1616
],
1717
"require": {
18-
"php" : ">=7.1.0",
19-
"illuminate/container": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
20-
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
21-
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
18+
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
19+
"illuminate/container": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/support": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/http": "~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2222
"guzzlehttp/guzzle": "^6.2|^7.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "6.2|^7.0|^8.0|^9.5.10",
26-
"orchestra/testbench": "~3.7.0|~3.8.0|^4.0|^5.0|^6.0|^7.0",
25+
"phpunit/phpunit": "6.2|^7.0|^8.0|^9.5.10|^10.0|^11.0",
26+
"orchestra/testbench": "~3.7.0|~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
2727
"mockery/mockery": "^1.2"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)
Please sign in to comment.