Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Devlamynck committed Mar 11, 2024
1 parent 27b0bcf commit 9c6773d
Show file tree
Hide file tree
Showing 5 changed files with 1,639 additions and 2,509 deletions.
15 changes: 10 additions & 5 deletions composer.json
Expand Up @@ -3,6 +3,8 @@
"description": "Cache bundle",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "RichId",
Expand All @@ -16,13 +18,13 @@
"issues": "https://github.com/rich-id/cache-bundle/issues"
},
"require": {
"php": ">=7.3|^8.0",
"richcongress/bundle-toolbox": "^1.1"
"php": "^8.1",
"richcongress/bundle-toolbox": "v2.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"richcongress/static-analysis": "^0.1",
"richcongress/test-suite": "^0.1",
"richcongress/static-analysis": "v0.2.x-dev",
"richcongress/test-suite": "v0.2.x-dev",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand All @@ -37,7 +39,10 @@
},
"config": {
"discard-changes": true,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"post-install-cmd": [
Expand Down

0 comments on commit 9c6773d

Please sign in to comment.