File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
19
19
- docker
20
20
21
21
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
23
23
- sudo /etc/init.d/mysql stop
24
24
- make start_db V=$MYSQL_VERSION
25
25
Original file line number Diff line number Diff line change 15
15
}
16
16
],
17
17
"require" : {
18
- "php" : " >=5.5" ,
18
+ "php" : " >=5.5.9 " ,
19
19
"ext-pdo" : " *" ,
20
20
"ext-json" : " *" ,
21
- "illuminate/database" : " ^5.2|^6.0" ,
21
+ "illuminate/database" : " ^5.2|| ^6.0" ,
22
22
"geo-io/wkb-parser" : " ^1.0" ,
23
23
"jmikola/geojson" : " ^1.0"
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ~4.8||~5.7" ,
27
27
"mockery/mockery" : " ^0.9.9" ,
28
- "laravel/laravel" : " ^5.2|^6.0" ,
28
+ "laravel/laravel" : " ^5.2|| ^6.0" ,
29
29
"doctrine/dbal" : " ^2.5" ,
30
30
"laravel/browser-kit-testing" : " ^2.0" ,
31
31
"php-coveralls/php-coveralls" : " ^2.0"
You can’t perform that action at this time.
0 commit comments