Skip to content

Commit

Permalink
minor #30761 [Security] Add symfony/polyfill-ctype to dev requirement…
Browse files Browse the repository at this point in the history
…s (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
  • Loading branch information
fabpot committed Mar 29, 2019
2 parents ee5d7fd + f8a033c commit 755d481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Security/composer.json
Expand Up @@ -33,6 +33,7 @@
"require-dev": {
"psr/container": "^1.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/validator": "^3.2.5|~4.0",
Expand Down

0 comments on commit 755d481

Please sign in to comment.