Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 755d481

Browse files
committed
minor #30761 [Security] Add symfony/polyfill-ctype to dev requirements (SpacePossum)
This PR was merged into the 3.4 branch. Discussion ---------- [Security] Add symfony/polyfill-ctype to dev requirements | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT because this [test](https://github.com/symfony/symfony/blob/v3.4.0/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php#L55) uses `ctype_print` Commits ------- f8a033c Update composer.json
2 parents ee5d7fd + f8a033c commit 755d481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"require-dev": {
3434
"psr/container": "^1.0",
3535
"symfony/finder": "~2.8|~3.0|~4.0",
36+
"symfony/polyfill-ctype": "~1.8",
3637
"symfony/polyfill-intl-icu": "~1.0",
3738
"symfony/routing": "~2.8|~3.0|~4.0",
3839
"symfony/validator": "^3.2.5|~4.0",

0 commit comments

Comments
 (0)