Skip to content

Commit

Permalink
Revert "[security] add base voter that supports standard methods (#34)…
Browse files Browse the repository at this point in the history
…" (#35)

This reverts commit 253183a.
  • Loading branch information
imdhemy committed Jul 29, 2023
1 parent 253183a commit 4a12a20
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 1,294 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,17 @@
},
"require": {
"php": "^8.2",
"symfony/framework-bundle": "^6.3"
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/validator": "^6.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
"phpunit/phpunit": "^10.2",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.12",
"symfony/config": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/http-kernel": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/validator": "^6.3"
"vimeo/psalm": "^5.12"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit 4a12a20

Please sign in to comment.