Skip to content

Commit

Permalink
Merge pull request #25 from 0x3337/php-8.0
Browse files Browse the repository at this point in the history
Add PHP 8.0 support
  • Loading branch information
kamenevn authored Dec 13, 2021
2 parents 599fe68 + 1b2a442 commit 7462bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"orm"
],
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/support": "^8.0",
"illuminate/container": "^8.0",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0",
"rybakit/msgpack": "^0.7",
"tarantool/client": "^0.8.0"
"tarantool/client": "^0.9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down

0 comments on commit 7462bb6

Please sign in to comment.