Skip to content

Commit

Permalink
Merge pull request #373 from sangnguyenplus/master
Browse files Browse the repository at this point in the history
Support Laravel 5.8
  • Loading branch information
drjoju committed Mar 12, 2019
2 parents c47fe5e + c3820b0 commit b2dfa9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ You can validate forms automatically referencing it to your defined validations.

| Laravel Version | Package Version |
| --------------- | --------------- |
| `5.8` | `2.x (>2.4.0)` |
| `5.7` | `2.x (>2.3.1)` |
| `5.6` | `2.x (>2.2.0)` |
| `5.5` | `2.x (>2.1.0)` |
| `5.4` | `2.x` |
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/config": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/validation": "5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.4.*|5.5.*|5.6.*|5.7.*"
"illuminate/config": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/http": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/validation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/view": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
Expand Down

0 comments on commit b2dfa9e

Please sign in to comment.