Skip to content

Commit 7d0e7f2

Browse files
committed
Fix versions after merging PR
1 parent 6cb9154 commit 7d0e7f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
- docker
2020

2121
before_install:
22-
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
22+
- echo "memory_limit=3G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
2323
- sudo /etc/init.d/mysql stop
2424
- make start_db V=$MYSQL_VERSION
2525

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.5",
18+
"php": ">=5.5.9",
1919
"ext-pdo": "*",
2020
"ext-json": "*",
21-
"illuminate/database": "^5.2|^6.0",
21+
"illuminate/database": "^5.2||^6.0",
2222
"geo-io/wkb-parser": "^1.0",
2323
"jmikola/geojson": "^1.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "~4.8||~5.7",
2727
"mockery/mockery": "^0.9.9",
28-
"laravel/laravel": "^5.2|^6.0",
28+
"laravel/laravel": "^5.2||^6.0",
2929
"doctrine/dbal": "^2.5",
3030
"laravel/browser-kit-testing": "^2.0",
3131
"php-coveralls/php-coveralls": "^2.0"

0 commit comments

Comments
 (0)