Skip to content

Commit

Permalink
update requirements e make all tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
devsquad-leandro-santos committed Jun 8, 2021
1 parent 9ec0e98 commit 3e6e200
Show file tree
Hide file tree
Showing 7 changed files with 2,478 additions and 1,071 deletions.
1 change: 1 addition & 0 deletions .phpunit.result.cache

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
}
],
"require": {
"illuminate/support": "^6.0",
"illuminate/database": "^6.0",
"symfony/cache": "^3.3",
"jaspaul/eloquent-model-validation": "^1.0"
"illuminate/support": "^7.0",
"illuminate/database": "^7.0",
"symfony/cache": "^5.0",
"jaspaul/eloquent-model-validation": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "~8.0",
"fzaninotto/faker": "^1.6",
"squizlabs/php_codesniffer": "^3.0"
Expand Down
Loading

0 comments on commit 3e6e200

Please sign in to comment.