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 472d403 commit 9cce9a1Copy full SHA for 9cce9a1
composer.json
@@ -18,10 +18,10 @@
18
"php": "^8.2",
19
"ext-oci8": ">=3.0.1",
20
"ext-pdo": "*",
21
- "illuminate/database": "^10.0|^11.0",
22
- "illuminate/support": "^10.0|^11.0",
23
- "illuminate/filesystem": "^10.0|^11.0",
24
- "yajra/laravel-oci8": "^10.6|^11.3"
+ "illuminate/database": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
+ "illuminate/filesystem": "^10.0|^11.0|^12.0",
+ "yajra/laravel-oci8": "^10.6|^11.3|^12.0"
25
},
26
"require-dev": {
27
"larastan/larastan": "^2.9.7",
@@ -81,4 +81,4 @@
81
82
"minimum-stability": "dev",
83
"prefer-stable": true
84
-}
+}
0 commit comments