Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from hotmeteor/php8
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hotmeteor authored Oct 15, 2022
2 parents 44dc5e7 + 807d4f5 commit a7b1334
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ composer.lock
/assets/
/phpunit.xml.bak
.phpunit.result.cache
.php_cs.cache
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"ext-json": "*",
"inertiajs/inertia-laravel": "^0.4.1",
"illuminate/support": "^7.0|^8.0",
"statamic/cms": "^3.1"
"inertiajs/inertia-laravel": "^0.6.0",
"illuminate/support": "^8.0|^9.0",
"statamic/cms": "^3.1|^3.2"
},
"require-dev": {
"nunomaduro/collision": "^4.0|^5.1",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0",
"nunomaduro/collision": "^5.1|^6.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand All @@ -50,6 +50,9 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"pixelfear/composer-dist-plugin": true
}
}
}

0 comments on commit a7b1334

Please sign in to comment.