Skip to content

Commit

Permalink
Commit to supporting PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mibk committed Nov 30, 2020
1 parent 816acd2 commit 98087f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

script:
- vendor/bin/tester tests -s -p php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": ">=5.4.0",
"php": "^7.1 || ^8.0",
"tharos/leanmapper": ">=3.0"
},
"require-dev": {
Expand Down

0 comments on commit 98087f6

Please sign in to comment.