Skip to content

Commit

Permalink
Merge pull request #1 from bruno-fernandes/dev
Browse files Browse the repository at this point in the history
Add Laravel 7 support.
  • Loading branch information
bruno-fernandes committed Mar 17, 2020
2 parents 0186c7a + eafc532 commit 20fe162
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@
"homepage": "https://github.com/bruno-fernandes/laravel-twitter-handle-validation",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Bruno Fernandes",
"email": "[email protected]",
"role": "Developer"
}
],
"authors": [{
"name": "Bruno Fernandes",
"email": "[email protected]",
"role": "Developer"
}],
"require": {
"php": ">=7.1",
"illuminate/support": "^5.6|^5.7|^5.8|^6.0"
"illuminate/support": "^5.6|^5.7|^5.8|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 20fe162

Please sign in to comment.