Skip to content

Commit

Permalink
Merge pull request #104 from Chrissi2812/mysql-5.6
Browse files Browse the repository at this point in the history
Laravel 6 Support for Mysql 5.6 Branch
  • Loading branch information
grimzy authored Sep 21, 2019
2 parents bb0836a + 968875a commit 8daece7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- docker

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/database": "^5.2",
"illuminate/database": "^5.2|^6.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8||~5.7",
"mockery/mockery": "^0.9.9",
"laravel/laravel": "^5.2",
"laravel/laravel": "^5.2|^6.0",
"codeclimate/php-test-reporter": "dev-master",
"doctrine/dbal": "^2.5",
"laravel/browser-kit-testing": "^2.0"
Expand Down

0 comments on commit 8daece7

Please sign in to comment.