Skip to content

Commit

Permalink
Merge pull request #6 from castillo-n/master
Browse files Browse the repository at this point in the history
laravel 5.8 compatible -> tag 1.5
  • Loading branch information
castillo-n committed Jul 22, 2019
2 parents 197545c + a90282d commit 0975e97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,5 +8,7 @@
- laravel 5.6 compatible
## v1.4 (2018-07-10)
- laravel 5.7 compatible
## v1.4 (2018-07-22)
- laravel 5.8 compatible


8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "5.7.*",
"illuminate/console": "5.7.*",
"illuminate/filesystem": "5.7.*"
"illuminate/support": "5.8.*",
"illuminate/console": "5.8.*",
"illuminate/filesystem": "5.8.*"
},
"require-dev": {
"phpunit/phpunit" : "~7.0",
"orchestra/testbench": "3.6.*",
"orchestra/testbench": "3.8.*",
"mockery/mockery": "~1",
"fzaninotto/faker": "~1.4"
},
Expand Down

0 comments on commit 0975e97

Please sign in to comment.