Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 34a23c2

Browse files
author
Manuele Vaccari
committed
Include symfony/security-bundle as a substitute for symfony/security
1 parent 3d2b950 commit 34a23c2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ before_script:
3838
- |
3939
if [ "$SYMFONY_VERSION" != "" ]; then
4040
composer require "symfony/form:${SYMFONY_VERSION}" --no-update
41-
composer require "symfony/validator:${SYMFONY_VERSION}" --no-update
4241
composer require "symfony/framework-bundle:${SYMFONY_VERSION}" --no-update
42+
composer require "symfony/security-bundle:${SYMFONY_VERSION}" --no-update
43+
composer require "symfony/validator:${SYMFONY_VERSION}" --no-update
4344
fi
4445
- composer install
4546

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"php": ">=5.6 || ^7.0",
1919
"google/recaptcha": "^1.1",
2020
"symfony/form": "^2.8 || ^3.0 || ^4.0",
21-
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
22-
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0"
21+
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
22+
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
23+
"symfony/validator": "^2.8 || ^3.0 || ^4.0"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "^5 || ^6 || ^7"

0 commit comments

Comments
 (0)