Skip to content

Commit 5a2d744

Browse files
authored
Support php ^8.0
closes #74
1 parent 67c9ca6 commit 5a2d744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"wiki": "https://github.com/uepg/laravel-sybase/wiki"
2121
},
2222
"require": {
23-
"php": "^5.6.4 || ^7.0",
23+
"php": "^5.6.4 || ^7.0 || ^8.0",
2424
"doctrine/dbal": "^2.5",
2525
"illuminate/database": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
2626
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"

0 commit comments

Comments
 (0)