Skip to content

Commit

Permalink
Bump latest laravel version.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 16, 2019
1 parent 394f460 commit 724ff1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/sync.sh export-ignore
/CHANGELOG-*.md export-ignore
/LICENSE export-ignore
/README.md export-ignore
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"fzaninotto/faker": "^1.4"
},
"require-dev": {
"laravel/framework": "~5.7.14",
"laravel/framework": "~5.7.28",
"laravel/laravel": "5.7.x-dev",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
"suggest": {
"laravel/framework": "Required for testing (~5.7.14).",
"laravel/framework": "Required for testing (~5.7.28).",
"mockery/mockery": "Allow to use Mockery for testing (^1.0).",
"orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.7).",
"orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.7).",
Expand Down

0 comments on commit 724ff1f

Please sign in to comment.