Skip to content

Commit

Permalink
Merge pull request #146 from pascalbaljet/php-8.0
Browse files Browse the repository at this point in the history
Support for PHP 8.0
  • Loading branch information
mewebstudio committed Nov 3, 2020
2 parents d9c3bd8 + 07d439b commit 8e0b3d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0snapshot

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2|^8.0",
"illuminate/config": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.8|^6.0|^7.0|^8.0",
"ezyang/htmlpurifier": "4.13.*"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.0",
"mockery/mockery": "^1.3.3",
"graham-campbell/testbench": "^3.2|^5.5.1"
},
"suggest": {
Expand Down

0 comments on commit 8e0b3d8

Please sign in to comment.