This repository was archived by the owner on Apr 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 5
5
- 5.5
6
6
- 5.6
7
7
- 7.0
8
- - hhvm
8
+ - 7.1
9
9
10
10
env :
11
11
global :
@@ -20,6 +20,14 @@ matrix:
20
20
21
21
sudo : false
22
22
23
+ cache :
24
+ directories :
25
+ - $HOME/.composer/cache
26
+
27
+ before_install :
28
+ - if [[ $TRAVIS_PHP_VERSION != 7.1 ]] ; then phpenv config-rm xdebug.ini; fi
29
+ - travis_retry composer self-update
30
+
23
31
install :
24
32
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi
25
33
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-stable; fi
@@ -29,4 +37,4 @@ before_script: mkdir -p build/logs
29
37
30
38
script : vendor/bin/phpunit
31
39
32
- after_script : if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then vendor/bin/coveralls -v -n; fi
40
+ after_script : vendor/bin/coveralls -v -n
Original file line number Diff line number Diff line change 1
- 0.1.1
1
+ 0.2.0
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.5.0" ,
20
- "illuminate/support" : " ~5.1.10|5.2.*|5.3.*" ,
20
+ "illuminate/support" : " ~5.1.10|5.2.*|5.3.*|5.4.* " ,
21
21
"swiftmailer/swiftmailer" : " ~5.1"
22
22
},
23
23
"require-dev" : {
24
24
"mockery/mockery" : " ^0.9.1" ,
25
25
"phpunit/phpunit" : " ~4.0|~5.0" ,
26
26
"psy/psysh" : " ^0.5.1" ,
27
- "satooshi/php-coveralls" : " ^0.6.1" ,
27
+ "satooshi/php-coveralls" : " ^0.6.1|^1 " ,
28
28
"symfony/var-dumper" : " ~2.7|~3.0"
29
29
},
30
30
"autoload" : {
You can’t perform that action at this time.
0 commit comments