File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ dist : trusty
2
+
1
3
language : php
2
4
3
5
php :
7
9
- 7.1
8
10
- 7.2
9
11
- 7.3
12
+ - 7.4
10
13
- hhvm
11
14
- nightly
12
15
@@ -16,6 +19,7 @@ matrix:
16
19
allow_failures :
17
20
- php : hhvm
18
21
- php : nightly
22
+ - php : 7.4
19
23
20
24
before_install :
21
25
- echo "memory_limit=3G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ remove-deps:
17
17
18
18
uninstall-laravel : remove-deps
19
19
composer remove laravel/framework
20
+ composer remove illuminate/support
20
21
21
22
uninstall-lumen : remove-deps
22
23
composer remove laravel/lumen-framework
24
+ composer remove illuminate/support
23
25
24
26
# Ensures that the TAG variable was passed to the make command
25
27
check-tag :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PHP and Laravel 5.1.
14
14
15
15
** Major Versions:**
16
16
17
- * ** 3.x** (YOU ARE HERE) - For ` laravel/framework:~5.1 ` and ` aws/aws-sdk-php:~3.0 `
17
+ * ** 3.x** (YOU ARE HERE) - For ` laravel/framework:~5.1|~6.0 ` and ` aws/aws-sdk-php:~3.0 `
18
18
* ** 2.x** ([ 2.0 branch] ( https://github.com/aws/aws-sdk-php-laravel/tree/2.0 ) ) - For ` laravel/framework:5.0.* ` and ` aws/aws-sdk-php:~2.4 `
19
19
* ** 1.x** ([ 1.0 branch] ( https://github.com/aws/aws-sdk-php-laravel/tree/1.0 ) ) - For ` laravel/framework:4.* ` and ` aws/aws-sdk-php:~2.4 `
20
20
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " >=5.5.9" ,
16
16
"aws/aws-sdk-php" : " ~3.0" ,
17
- "illuminate/support" : " ~5.1"
17
+ "illuminate/support" : " ~5.1|~6.0 "
18
18
},
19
19
"require-dev" : {
20
20
"phpunit/phpunit" : " ~4.0|~5.0" ,
You can’t perform that action at this time.
0 commit comments