Skip to content

Commit

Permalink
Merge pull request #292 from pascalbaljet/php-8.0
Browse files Browse the repository at this point in the history
Support for PHP 8.0
  • Loading branch information
tgalopin authored Nov 5, 2020
2 parents c2ae3f5 + 183096a commit ae5e267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
php:
- 7.2
- 7.4
- 8.0snapshot

cache:
directories:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"homepage": "http://glide.thephpleague.com",
"license": "MIT",
"authors" : [
"authors": [
{
"name": "Jonathan Reinink",
"email": "[email protected]",
Expand All @@ -23,13 +23,13 @@
"require": {
"intervention/image": "^2.4",
"league/flysystem": "^1.0",
"php": "^7.2",
"php": "^7.2|^8.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^8.5",
"phpunit/php-token-stream": "^3.1"
"mockery/mockery": "^1.3.3",
"phpunit/phpunit": "^8.5|^9.0",
"phpunit/php-token-stream": "^3.1|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ae5e267

Please sign in to comment.