Skip to content

Commit 8fe62c4

Browse files
authored
Update Laravel and PHP version requirements
2 parents 8ecafa6 + f1d0af6 commit 8fe62c4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22
php:
3-
- 5.6
3+
- '7.1'
4+
- '7.2'
45
before_install:
56
- composer install --dev -v --prefer-source
67
script:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
}
2424
],
2525
"require": {
26-
"php": ">=5.6.4",
27-
"laravel/framework": "5.4.*",
26+
"php": ">=7.1.3",
27+
"laravel/framework": "5.6.*",
2828
"laravel/tinker": "~1.0",
2929
"mailjet/mailjet-apiv3-php": "^1.2",
30-
"mailjet/mailjet-swiftmailer": "^1.0"
30+
"mailjet/mailjet-swiftmailer": "^2.0"
3131
},
3232
"require-dev": {
3333
"fzaninotto/faker": "~1.4",
3434
"mockery/mockery": "0.9.*",
35-
"phpunit/phpunit": "~5.7",
36-
"orchestra/testbench": "~3.4"
35+
"phpunit/phpunit": "~7.0",
36+
"orchestra/testbench": "3.6"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)