Skip to content

Commit

Permalink
Merge pull request #13 from XetaIO/update-composer
Browse files Browse the repository at this point in the history
Update laravel version
  • Loading branch information
Emeric authored Feb 3, 2019
2 parents 7114161 + 4f5d978 commit 9d738a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": "^7.1.3",
"laravel/framework": "5.6.*",
"laravel/framework": "^5.0",
"xety/configurator": "^1.0"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
verbose="true"
>
<testsuites>
Expand Down

0 comments on commit 9d738a6

Please sign in to comment.