Skip to content

Commit ae5e267

Browse files
authored
Merge pull request #292 from pascalbaljet/php-8.0
Support for PHP 8.0
2 parents c2ae3f5 + 183096a commit ae5e267

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
php:
88
- 7.2
99
- 7.4
10+
- 8.0snapshot
1011

1112
cache:
1213
directories:

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"homepage": "http://glide.thephpleague.com",
1515
"license": "MIT",
16-
"authors" : [
16+
"authors": [
1717
{
1818
"name": "Jonathan Reinink",
1919
"email": "[email protected]",
@@ -23,13 +23,13 @@
2323
"require": {
2424
"intervention/image": "^2.4",
2525
"league/flysystem": "^1.0",
26-
"php": "^7.2",
26+
"php": "^7.2|^8.0",
2727
"psr/http-message": "^1.0"
2828
},
2929
"require-dev": {
30-
"mockery/mockery": "^1.2",
31-
"phpunit/phpunit": "^8.5",
32-
"phpunit/php-token-stream": "^3.1"
30+
"mockery/mockery": "^1.3.3",
31+
"phpunit/phpunit": "^8.5|^9.0",
32+
"phpunit/php-token-stream": "^3.1|^4.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)