Skip to content

Commit

Permalink
Merge pull request #71 from highideas/develop
Browse files Browse the repository at this point in the history
Merge Develop into Master
  • Loading branch information
GabrielDeveloper committed Oct 4, 2019
2 parents 09b444f + 253fb83 commit 4bc6431
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 461 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

Laravel | Package
:-------------|:----------
6.0.x | 3.0.x
5.8.x | 3.0.x
5.7.x | 2.3.x
5.6.x | 2.3.x
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"require-dev": {
"phpunit/phpunit": "^8",
"illuminate/database": "^5.8",
"orchestra/testbench": "~3.8",
"illuminate/cache": "^5.8",
"illuminate/support": "^5.8",
"illuminate/auth": "^5.8",
"illuminate/session": "^5.8",
"illuminate/database": "^6.0",
"orchestra/testbench": "^4.0",
"illuminate/cache": "^6.0",
"illuminate/support": "^6.0",
"illuminate/auth": "^6.0",
"illuminate/session": "^6.0",
"codacy/coverage": "dev-master"
},
"scripts": {
Expand Down

0 comments on commit 4bc6431

Please sign in to comment.