Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eca3fb1

Browse filesBrowse files
rodrigopedrasrmklive
authored andcommitted
Update to Laravel 5.7 (#121)
1 parent e3d5e0b commit eca3fb1
Copy full SHA for eca3fb1

File tree

Expand file treeCollapse file tree

2 files changed

+17
-10
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+17
-10
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+11-4Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ matrix:
4242
env: LARAVEL_VERSION=5.5.*
4343
- php: 7.1
4444
env: LARAVEL_VERSION=5.6.*
45+
- php: 7.1
46+
env: LARAVEL_VERSION=5.7.*
4547
- php: 7.2
4648
env: LARAVEL_VERSION=5.1.*
4749
- php: 7.2
@@ -54,16 +56,18 @@ matrix:
5456
env: LARAVEL_VERSION=5.5.*
5557
- php: 7.2
5658
env: LARAVEL_VERSION=5.6.*
57-
- php: hhvm
59+
- php: 7.2
60+
env: LARAVEL_VERSION=5.7.*
61+
- php: hhvm-3.18
5862
env: LARAVEL_VERSION=5.1.*
5963
dist: trusty
60-
- php: hhvm
64+
- php: hhvm-3.18
6165
env: LARAVEL_VERSION=5.2.*
6266
dist: trusty
63-
- php: hhvm
67+
- php: hhvm-3.18
6468
env: LARAVEL_VERSION=5.3.*
6569
dist: trusty
66-
- php: hhvm
70+
- php: hhvm-3.18
6771
env: LARAVEL_VERSION=5.4.*
6872
dist: trusty
6973

@@ -75,4 +79,7 @@ before_install:
7579
install:
7680
- travis_retry composer install --no-suggest --prefer-dist -n -o
7781

82+
before_script:
83+
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar ; fi
84+
7885
script: vendor/bin/phpunit

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.9",
18-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
19-
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
20-
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
21-
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
22-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
23-
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
18+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
19+
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
20+
"illuminate/http": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
21+
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
22+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
23+
"illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
2424
"mrclay/minify": "^2.2"
2525
},
2626
"require-dev": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.