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 013cab8 commit 2a40cbeCopy full SHA for 2a40cbe
composer.json
@@ -23,12 +23,12 @@
23
"require": {
24
"php": "^8.1",
25
"codezero/browser-locale": "^3.0",
26
- "illuminate/support": "^10.0|^11.0"
+ "illuminate/support": "^10.0|^11.0|^12.0"
27
},
28
"require-dev": {
29
"mockery/mockery": "^1.3.3",
30
- "orchestra/testbench": "^8.0|^9.0",
31
- "phpunit/phpunit": "^10.5"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.5.3"
32
33
"scripts": {
34
"test": "phpunit"
0 commit comments