Skip to content

Commit

Permalink
Updated Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abronin committed Apr 25, 2020
1 parent 3529bfd commit 403dc59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"require": {
"php": ">=5.6",
"laravel/framework": "^5.2",
"laravel/framework": "^5.2 || ^6.0 || ^7.0",
"parse/php-sdk": "^1.2.0"
},
"autoload": {
Expand All @@ -19,5 +19,8 @@
"Parziphal\\Parse\\ParseServiceProvider"
]
}
},
"require-dev": {
"phpunit/phpunit": "^9.1"
}
}

0 comments on commit 403dc59

Please sign in to comment.