Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 1, 2023
1 parent 22e57c2 commit f40646b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "joelbutcher/laravel-archivable",
"description": "An archivable trait package for Laravel Eloquent models",
"keywords": ["laravel", "laravel-archivable"],
"keywords": [
"laravel",
"laravel-archivable"
],
"license": "MIT",
"homepage": "https://github.com/joelbutcher/laravel-archivable",
"type": "library",
Expand All @@ -17,12 +20,12 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"illuminate/pagination": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^6.3|^7.0",
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^6.3|^7.0|^8.0",
"phpunit/phpunit": "^8.4|^9.1"
},
"autoload": {
Expand All @@ -38,7 +41,6 @@
"scripts": {
"test": "vendor/bin/phpunit --colors=always",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand Down

0 comments on commit f40646b

Please sign in to comment.