File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,22 @@ matrix:
1818 - php : 7.2
1919 env : SYMFONY_VERSION=4.0.*
2020 - php : 7.2
21- env : SYMFONY_VERSION=4.0.* REQUIRE_PROXY_BRIDGE=" " EXTRA_PHPUNIT_PARAMS="--group SymfonyBridgeProxyManagerDependency"
21+ env : SYMFONY_VERSION=4.0.* REMOVE_PROXY_BRIDGE="yes " EXTRA_PHPUNIT_PARAMS="--group SymfonyBridgeProxyManagerDependency"
2222
2323env :
2424 global :
2525 - SYMFONY_VERSION=""
26- - REQUIRE_PROXY_BRIDGE="yes "
26+ - REMOVE_PROXY_BRIDGE="no "
2727 - EXTRA_PHPUNIT_PARAMS=""
2828 - COMPOSER_FLAGS="--prefer-dist"
2929
3030before_install :
3131 - composer self-update
32- - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION symfony/yaml:$SYMFONY_VERSION symfony/config:$SYMFONY_VERSION symfony/monolog-bridge:$SYMFONY_VERSION symfony/framework-bundle:$SYMFONY_VERSION; fi
32+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/http-kernel:$SYMFONY_VERSION symfony/dependency-injection:$SYMFONY_VERSION symfony/yaml:$SYMFONY_VERSION symfony/config:$SYMFONY_VERSION symfony/monolog-bridge:$SYMFONY_VERSION symfony/framework-bundle:$SYMFONY_VERSION symfony/proxy-manager-bridge:$SYMFONY_VERSION ; fi
3333
3434install :
3535 - composer update $COMPOSER_FLAGS
36- - if [ "$REQUIRE_PROXY_BRIDGE" == "yes" ] && [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/proxy-manager-bridge:$SYMFONY_VERSION; fi
37- - if [ "$REQUIRE_PROXY_BRIDGE" == "yes" ] && [ "$SYMFONY_VERSION" == "" ]; then composer require symfony/proxy-manager-bridge; fi
36+ - if [ "$REMOVE_PROXY_BRIDGE" == "yes" ]; then composer remove symfony/proxy-manager-bridge; fi
3837
3938script :
4039 - vendor/bin/phpunit $EXTRA_PHPUNIT_PARAMS
Original file line number Diff line number Diff line change 3838 "simple-bus/doctrine-orm-bridge" : " ~5.0" ,
3939 "symfony/framework-bundle" : " ~2.7 || ~3.3 || ~4.0" ,
4040 "symfony/monolog-bridge" : " ~2.7 || ~3.3 || ~4.0" ,
41- "symfony/monolog-bundle" : " ~2.3 || ~3.0"
41+ "symfony/monolog-bundle" : " ~2.3 || ~3.0" ,
42+ "symfony/proxy-manager-bridge" : " ~2.7 || ~3.3 || ~4.0"
4243 },
4344 "autoload" : {
4445 "psr-4" : {
You can’t perform that action at this time.
0 commit comments