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 85521ec commit 390a0d0Copy full SHA for 390a0d0
composer.json
@@ -15,15 +15,15 @@
15
],
16
"require": {
17
"php": "^8.1",
18
- "illuminate/support": "^9.0|^10.0",
19
- "illuminate/filesystem": "^9.0|^10.0",
20
- "illuminate/container": "^9.0|^10.0",
+ "illuminate/support": "^9.0 || ^10.0",
+ "illuminate/filesystem": "^9.0 || ^10.0",
+ "illuminate/container": "^9.0 || ^10.0",
21
"nesbot/carbon": "^2.0"
22
},
23
"require-dev": {
24
"phpunit/phpunit": "^9.5",
25
"mockery/mockery": "^1.0",
26
- "laravel/framework": "^9.0|^10.0",
+ "laravel/framework": "^9.0 || ^10.0",
27
"laravel/pint": "^1.5"
28
29
"autoload": {
0 commit comments