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 e195d09 commit bd7a484Copy full SHA for bd7a484
composer.json
@@ -20,10 +20,10 @@
20
"wiki": "https://github.com/uepg/laravel-sybase/wiki"
21
},
22
"require": {
23
- "php": "^5.6.4 || ^7.0 || ^8.0",
+ "php": ">=5.5.9 <7.4",
24
"doctrine/dbal": "^2.5",
25
- "illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
26
- "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*"
+ "illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
27
28
"extra": {
29
"laravel": {
0 commit comments