File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 26
26
- $HOME/.composer/cache/files
27
27
28
28
env :
29
- matrix : SYMFONY_VERSION=^4.0 @dev
29
+ matrix : SYMFONY_VERSION=^3.4 @dev
30
30
global :
31
31
- SYMFONY_DEPRECATIONS_HELPER=0
32
32
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
@@ -37,13 +37,17 @@ matrix:
37
37
include :
38
38
- php : 7.1
39
39
env : DEPS=dev SYMFONY_VERSION=^4.0@dev
40
+ - php : 7.1
41
+ env : DEPS=dev SYMFONY_VERSION=^3.4@dev
40
42
- php : 7.1
41
43
env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42
44
- php : 7.1
43
45
env : SYMFONY_VERSION=3.3.*
44
- - php : 7.1
45
- env : SYMFONY_VERSION=^3.4@dev
46
+
46
47
fast_finish : true
48
+ allow_failures :
49
+ - php : 7.1
50
+ env : DEPS=dev SYMFONY_VERSION=^4.0@dev
47
51
48
52
49
53
before_install :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ the context of the CMF.
22
22
## Requirements
23
23
24
24
* PHP 7.1
25
- * Symfony 2.8 / 3.3 / ^3.4@dev / ^4.0@dev
25
+ * Symfony 2.8 / 3.3 / ^3.4@dev
26
26
* See also the ` require ` section of [ composer.json] ( composer.json )
27
27
28
28
## Documentation
Original file line number Diff line number Diff line change 13
13
14
14
use Doctrine \Bundle \DoctrineBundle \DoctrineBundle ;
15
15
use Doctrine \Bundle \PHPCRBundle \DoctrinePHPCRBundle ;
16
- use Knp \Bundle \MenuBundle \KnpMenuBundle ;
17
16
use Symfony \Bundle \FrameworkBundle \FrameworkBundle ;
18
17
use Symfony \Bundle \MonologBundle \MonologBundle ;
19
18
use Symfony \Bundle \SecurityBundle \SecurityBundle ;
20
19
use Symfony \Bundle \TwigBundle \TwigBundle ;
21
20
use Symfony \Bundle \WebServerBundle \WebServerBundle ;
22
- use Symfony \Cmf \Bundle \TreeBrowserBundle \CmfTreeBrowserBundle ;
23
21
use Symfony \Component \HttpKernel \Bundle \BundleInterface ;
24
22
use Symfony \Component \HttpKernel \Kernel ;
25
23
You can’t perform that action at this time.
0 commit comments