This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -26,31 +26,33 @@ cache:
26
26
- $HOME/.composer/cache/files
27
27
28
28
env :
29
- matrix : SYMFONY_VERSION=^3. 4@dev
29
+ matrix : SYMFONY_VERSION=^4@dev
30
30
global :
31
- - SYMFONY_DEPRECATIONS_HELPER=24
31
+ - SYMFONY_DEPRECATIONS_HELPER=0
32
32
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
33
33
- SYMFONY_PHPUNIT_VERSION=5.7
34
34
- TEST_INSTALLATION=false
35
35
36
36
matrix :
37
37
include :
38
38
- php : 7.1
39
- env : DEPS=dev SYMFONY_VERSION=^3. 4@dev
39
+ env : DEPS=dev SYMFONY_VERSION=^4@dev
40
40
- php : 7.1
41
- env : DEPS=dev SYMFONY_VERSION=3.3.*
41
+ env : DEPS=dev SYMFONY_VERSION=^3.4@dev
42
42
- php : 7.0
43
43
env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
44
44
- php : 7.1
45
45
env : SYMFONY_VERSION=3.1.*
46
46
- php : 7.1
47
47
env : SYMFONY_VERSION=3.2.*
48
+ - php : 7.1
49
+ env : SYMFONY_VERSION=3.3.*
48
50
- env : TEST_INSTALLATION=true
49
51
50
52
fast_finish : true
51
53
allow_failures :
52
54
- php : 7.1
53
- env : DEPS=dev SYMFONY_VERSION=^3. 4@dev
55
+ env : DEPS=dev SYMFONY_VERSION=^4@dev
54
56
- env : TEST_INSTALLATION=true
55
57
56
58
Original file line number Diff line number Diff line change 13
13
# file that was distributed with this source code. #
14
14
# ###########################################################################
15
15
16
+ ifeq ("symfony-cmf/resource-rest-bundle", "symfony-cmf/testing")
17
+ TESTING_SCRIPTS_DIR =bin
18
+ else
16
19
TESTING_SCRIPTS_DIR =vendor/symfony-cmf/testing/bin
20
+ endif
17
21
CONSOLE =${TESTING_SCRIPTS_DIR}/console
18
22
VERSION =dev-master
19
23
ifdef BRANCH
20
24
VERSION=dev-${BRANCH}
21
25
endif
22
26
PACKAGE =symfony-cmf/resource-rest-bundle
23
-
24
27
list :
25
28
@echo ' test: will run all tests'
26
29
@echo ' unit_tests: will run unit tests only'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This Bundle provides a REST API to Puli resources as provided by the CmfResource
21
21
## Requirements
22
22
23
23
* PHP 7.0 / 7.1
24
- * Symfony 2.8 / 3.1 / 3.2 / 3.3
24
+ * Symfony 2.8 / 3.1 / 3.2 / 3.3 / ^3.4@dev
25
25
* See also the ` require ` section of [ composer.json] ( composer.json )
26
26
27
27
## Documentation
You can’t perform that action at this time.
0 commit comments