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 0e5605a commit 074bdb6
Show file tree
Hide file tree
Showing 11 changed files with 2,642 additions and 3,416 deletions.
22 changes: 14 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "A bundle to easily manage your trackers and the consentement of your users to fit the RGPD standard",
"type": "symfony-bundle",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Rich-ID",
Expand All @@ -16,18 +18,19 @@
"issues": "https://github.com/rich-id/cookies-regulation-bundle/issues"
},
"require": {
"doctrine/orm": "^2.7",
"php": "^7.3 | ^8.0",
"richcongress/bundle-toolbox": "^1.2",
"symfony/framework-bundle": "^4.0 || ^5.0",
"symfony/routing": "^4.0 || ^5.0",
"php": "^8.1",
"doctrine/orm": "^2.7 || ^3.0",
"richcongress/bundle-toolbox": "v2.x-dev",
"symfony/framework-bundle": "^5.0 || ^6.0 || ^7.0",
"symfony/routing": "^5.0 || ^6.0 || ^7.0",
"symfony/serializer": "^5.0 || ^6.0 || ^7.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
"doctrine/doctrine-migrations-bundle": "^3.1",
"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",
"symfony/monolog-bundle": "^3.7"
},
Expand All @@ -43,7 +46,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 074bdb6

Please sign in to comment.