Skip to content

Commit

Permalink
Merge pull request #31 from abronin/allow-laravel-6-and-7
Browse files Browse the repository at this point in the history
Allow Laravel 6.x and 7.x in composer.json
  • Loading branch information
Parziphal authored May 4, 2020
2 parents 3529bfd + 403dc59 commit 6731ea2
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 6731ea2

Please sign in to comment.