File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ services:
1717 - docker
1818
1919before_install :
20+ - echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
2021 - sudo /etc/init.d/mysql stop
2122 - make start_db V=$MYSQL_VERSION
2223
Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "php" : " >=5.5.9" ,
14- "illuminate/database" : " ^5.2" ,
14+ "illuminate/database" : " ^5.2|^6.0 " ,
1515 "geo-io/wkb-parser" : " ^1.0" ,
1616 "jmikola/geojson" : " ^1.0"
1717 },
1818 "require-dev" : {
1919 "phpunit/phpunit" : " ~4.8||~5.7" ,
2020 "mockery/mockery" : " ^0.9.9" ,
21- "laravel/laravel" : " ^5.2" ,
21+ "laravel/laravel" : " ^5.2|^6.0 " ,
2222 "codeclimate/php-test-reporter" : " dev-master" ,
2323 "doctrine/dbal" : " ^2.5" ,
2424 "laravel/browser-kit-testing" : " ^2.0"
You can’t perform that action at this time.
0 commit comments