Skip to content

Commit

Permalink
Allow version 0.3 of the x509-validator library
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Feb 4, 2024
1 parent 233413d commit 13fc967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
],
"require": {
"php": "^8.2",
"rollerworks/x509-validator": "^0.2.1",
"rollerworks/x509-validator": "^0.2.1 || ^0.3",
"symfony/config": "^6.4 || ^7.0",
"symfony/translation": "^6.4 || ^7.0",
"symfony/validator": "^6.4 || ^7.0"
},
"require-dev": {
"nyholm/symfony-bundle-test": "^2.0@dev",
"nyholm/symfony-bundle-test": "^2.0",
"paragonie/hidden-string": "^2.0",
"phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^10.4.2",
Expand Down

0 comments on commit 13fc967

Please sign in to comment.