We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2ae3f5 + 183096a commit ae5e267Copy full SHA for ae5e267
.travis.yml
@@ -7,6 +7,7 @@ env:
7
php:
8
- 7.2
9
- 7.4
10
+ - 8.0snapshot
11
12
cache:
13
directories:
composer.json
@@ -13,7 +13,7 @@
],
14
"homepage": "http://glide.thephpleague.com",
15
"license": "MIT",
16
- "authors" : [
+ "authors": [
17
{
18
"name": "Jonathan Reinink",
19
"email": "[email protected]",
@@ -23,13 +23,13 @@
23
"require": {
24
"intervention/image": "^2.4",
25
"league/flysystem": "^1.0",
26
- "php": "^7.2",
+ "php": "^7.2|^8.0",
27
"psr/http-message": "^1.0"
28
},
29
"require-dev": {
30
- "mockery/mockery": "^1.2",
31
- "phpunit/phpunit": "^8.5",
32
- "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"
33
34
"autoload": {
35
"psr-4": {
0 commit comments