File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ os: linux
4
4
5
5
cache :
6
6
directories :
7
- - $HOME/.cache/pip
8
- - $HOME/.composer/cache/files
7
+ - $HOME/.cache/pip
8
+ - $HOME/.composer/cache/files
9
9
10
10
php :
11
11
- 7.1
19
19
- LARAVEL_VERSION=5.8.*
20
20
- LARAVEL_VERSION=6.*
21
21
- LARAVEL_VERSION=7.*
22
-
22
+ - LARAVEL_VERSION=8.x-dev
23
+
23
24
jobs :
24
25
exclude :
25
26
- php : 7.1
26
27
env : LARAVEL_VERSION=6.*
27
28
- php : 7.1
28
29
env : LARAVEL_VERSION=7.*
30
+ - php : 7.1
31
+ env : LARAVEL_VERSION=8.x-dev
32
+ - php : 7.2
33
+ env : LARAVEL_VERSION=8.x-dev
29
34
30
35
before_install :
31
36
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
@@ -42,5 +47,4 @@ script: vendor/bin/phpunit tests/
42
47
43
48
notifications :
44
49
email :
45
- recipients :
46
- me@jdavidbaker.com
50
+ recipients : me@jdavidbaker.com
Original file line number Diff line number Diff line change 6
6
" jdavidbakr" ,
7
7
" LaravelCacheGarbageCollector"
8
8
],
9
+ "minimum-stability" : " dev" ,
9
10
"homepage" : " https://github.com/jdavidbakr/LaravelCacheGarbageCollector" ,
10
11
"license" : " MIT" ,
11
12
"authors" : [
17
18
}
18
19
],
19
20
"require" : {
20
- "illuminate/support" : " ~5.5|6.*|7.*" ,
21
- "php" : " >=5.4 .0" ,
21
+ "illuminate/support" : " ~5.5|6.*|7.*|8.* " ,
22
+ "php" : " >=7.1 .0" ,
22
23
"mockery/mockery" : " ^1.3"
23
24
},
24
25
"require-dev" : {
25
- "phpunit/phpunit" : " 4.*|5.*|6.*|7.*|8.*" ,
26
+ "phpunit/phpunit" : " 4.*|5.*|6.*|7.*|8.*" ,
26
27
"squizlabs/php_codesniffer" : " ~2.3" ,
27
- "orchestra/testbench" : " 3.*|4.*|5.*"
28
+ "orchestra/testbench" : " 3.*|4.*|5.*|6.* "
28
29
},
29
30
"autoload" : {
30
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments