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 dade2cc commit 69839f3Copy full SHA for 69839f3
composer.json
@@ -17,16 +17,16 @@
17
],
18
"require": {
19
"php": "^8.1",
20
- "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
21
"livewire/livewire": "^3.0",
22
"spatie/laravel-package-tools": "^1.4.3"
23
},
24
"require-dev": {
25
"brianium/paratest": "^6.2|^7.4",
26
"nunomaduro/collision": "^5.3|^8.0",
27
- "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0",
28
- "phpunit/phpunit": "^9.3|^10.5",
29
- "vimeo/psalm": "^4.4|^5.22"
+ "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.3|^10.5|^11.5.3",
+ "vimeo/psalm": "^4.4|^5.22|^6.5"
30
31
"autoload": {
32
"psr-4": {
0 commit comments