Skip to content

Commit 4391def

Browse files
committed
Fix PHP7.0 builds failing due to cache
1 parent 275c01b commit 4391def

File tree

3 files changed

+100
-99
lines changed

3 files changed

+100
-99
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ php:
44
- '7.0'
55
- '7.1'
66
sudo: false
7-
cache:
8-
directories:
9-
- $HOME/.composer/cache
7+
cache: false
8+
#cache:
9+
# directories:
10+
# - $HOME/.composer/cache
1011
services:
1112
- mysql
1213
before_install:

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"aws/aws-sdk-php": "3.29.7",
1919
"barryvdh/laravel-debugbar": "2.4.0",
2020
"daneeveritt/login-notifications": "1.0.0",
21-
"doctrine/dbal": "2.5.12",
21+
"doctrine/dbal": "2.5.13",
2222
"edvinaskrucas/settings": "2.0.0",
2323
"fideloper/proxy": "3.3.3",
2424
"guzzlehttp/guzzle": "6.2.3",
@@ -41,13 +41,13 @@
4141
"webpatser/laravel-uuid": "2.0.1"
4242
},
4343
"require-dev": {
44-
"barryvdh/laravel-ide-helper": "^2.3",
45-
"friendsofphp/php-cs-fixer": "1.*",
46-
"fzaninotto/faker": "~1.4",
47-
"mockery/mockery": "0.9.*",
48-
"php-mock/php-mock-phpunit": "^1.1",
49-
"phpunit/phpunit": "~5.7",
50-
"sllh/php-cs-fixer-styleci-bridge": "^2.1"
44+
"barryvdh/laravel-ide-helper": "2.4.1",
45+
"friendsofphp/php-cs-fixer": "1.13.1",
46+
"fzaninotto/faker": "1.6.0",
47+
"mockery/mockery": "0.9.9",
48+
"php-mock/php-mock-phpunit": "1.1.2",
49+
"phpunit/phpunit": "5.7.21",
50+
"sllh/php-cs-fixer-styleci-bridge": "2.1.1"
5151
},
5252
"autoload": {
5353
"classmap": [

0 commit comments

Comments
 (0)