Skip to content

Commit

Permalink
feature #1 Allow version 0.3 of the x509-validator library (sstok)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? |no
| Fixed tickets |
| License       | MIT


Commits
-------

13fc967 Allow version 0.3 of the x509-validator library
  • Loading branch information
sstok authored Feb 4, 2024
2 parents 233413d + 13fc967 commit f380bf5
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 f380bf5

Please sign in to comment.