We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b161be6 commit f274772Copy full SHA for f274772
composer.json
@@ -17,11 +17,11 @@
17
],
18
"require": {
19
"php": "^8.2",
20
- "illuminate/support": "^10.0 | ^11.0 | ^12.0"
+ "illuminate/support": "^10.0 | ^11.0 | ^12.0 | ^13.0"
21
},
22
"require-dev": {
23
- "orchestra/testbench": "^8.0 | ^9.0 | ^10.0",
24
- "phpunit/phpunit": "^10.0 | ^11.0",
+ "orchestra/testbench": "^8.0 | ^9.0 | ^10.0 | ^11.0",
+ "phpunit/phpunit": "^10.0 | ^11.0 | ^12.0",
25
"timacdonald/log-fake": "^2"
26
27
"autoload": {
0 commit comments