diff options
-rw-r--r-- | Core/composer.json | 1 | ||||
-rw-r--r-- | Csrf/composer.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Core/composer.json b/Core/composer.json index c75d2d5..beaae50 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -19,6 +19,7 @@ "php": ">=5.3.9", "symfony/polyfill-php55": "~1.0", "symfony/polyfill-php56": "~1.0", + "symfony/polyfill-php70": "~1.0", "symfony/polyfill-util": "~1.0" }, "require-dev": { diff --git a/Csrf/composer.json b/Csrf/composer.json index c8e2fae..63a5c0b 100644 --- a/Csrf/composer.json +++ b/Csrf/composer.json @@ -18,6 +18,7 @@ "require": { "php": ">=5.3.9", "symfony/polyfill-php56": "~1.0", + "symfony/polyfill-php70": "~1.0", "symfony/security-core": "~2.4|~3.0.0" }, "require-dev": { |