Skip to content

Commit

Permalink
Merge pull request #18 from PDERAS/feature/laravel-10-support
Browse files Browse the repository at this point in the history
  • Loading branch information
brockroadhouse authored Mar 9, 2023
2 parents afe1312 + 2fc3b73 commit c8a7c7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"staudenmeir/eloquent-json-relations": "^1.1"
},
"require-dev": {
Expand All @@ -45,7 +45,6 @@
"scripts": {
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand All @@ -60,4 +59,4 @@
}
}
}
}
}

0 comments on commit c8a7c7d

Please sign in to comment.