Skip to content

Commit

Permalink
Merge pull request #67 from WarriorXK/hotfix/3.0.1
Browse files Browse the repository at this point in the history
Hotfix/3.0.1
  • Loading branch information
WarriorXK authored Nov 27, 2020
2 parents 71f24b2 + 853851d commit 78e8707
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 106 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:

matrix:
fast_finish: true
allow_failures:
- php: nightly
# allow_failures:
# - php: nightly

before_script:
- sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ext-json": "*"
},
"require": {
"php": ">=7.3.0",
"php": "^7.3.0 || ^8.0.0",
"ext-sockets": "*",
"psr/log": "^1.0"
},
Expand Down
Loading

0 comments on commit 78e8707

Please sign in to comment.