Skip to content

Commit

Permalink
Merge pull request #98 from adamjgriffith/feature/laravel-10
Browse files Browse the repository at this point in the history
Add Laravel 10 support
  • Loading branch information
nonoesp authored Mar 10, 2023
2 parents 4d16413 + 611731f commit 7609b62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mpociot/versionable",
"license": "MIT",
"description": "Allows to create Laravel 4 / 5 / 6 / 7 Model versioning and restoring",
"description": "Allows to create Laravel 4 / 5 / 6 / 7 / 8 / 9 / 10 Model versioning and restoring",
"keywords": [
"model",
"laravel",
Expand All @@ -22,13 +22,13 @@
"source": "https://github.com/mpociot/versionable"
},
"require": {
"php": ">=7.1.0 || >=7.2.5",
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0|^9.0"
"php": ">=7.1.0 || >=7.2.5 || >=8.0 || >=8.1",
"illuminate/support": "~5.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0|^7.0"
"orchestra/testbench": "^3.1 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 7609b62

Please sign in to comment.