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 7609b3f commit 05d268dCopy full SHA for 05d268d
composer.json
@@ -33,14 +33,14 @@
33
],
34
"require": {
35
"php": "^8.0",
36
- "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
37
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/database": "^12.0",
+ "illuminate/support": "^12.0",
38
"opis/closure": "^4.3"
39
},
40
"require-dev": {
41
"mockery/mockery": "^1.3.2",
42
- "orchestra/testbench": "^8.0|^9.0",
43
- "phpunit/phpunit": "^8.4|^9.0|^10.5"
+ "orchestra/testbench": "10.8",
+ "phpunit/phpunit": "^11.5"
44
45
"scripts": {
46
"test": "php vendor/bin/phpunit"
0 commit comments