File tree 4 files changed +24
-15
lines changed 4 files changed +24
-15
lines changed Original file line number Diff line number Diff line change
1
+ * @ yoanm
Original file line number Diff line number Diff line change @@ -11,18 +11,27 @@ build_failure_conditions:
11
11
build :
12
12
dependencies :
13
13
override :
14
- - make build
14
+ - command : make build
15
+ title : Build deps
15
16
tests :
16
17
stop_on_failure : true
17
18
override :
18
19
-
19
20
command : make coverage
21
+ title : Coverage
20
22
idle_timeout : 1200
21
23
coverage :
22
24
file : ' build/coverage/clover.xml'
23
25
format : ' php-clover'
24
- - php-scrutinizer-run --enable-security-analysis
25
- - make codestyle
26
+ -
27
+ command : make codestyle
28
+ title : Code style
29
+ -
30
+ command : composer global require maglnet/composer-require-checker && composer-require-checker check composer.json
31
+ title : Composer-require-checker
32
+ -
33
+ command : php-scrutinizer-run --enable-security-analysis
34
+ title : Scrutinizer checks
26
35
cache :
27
36
directories :
28
37
- ~/.composer
Original file line number Diff line number Diff line change 8
8
9
9
env :
10
10
global :
11
- CI : ' true'
12
- TEST_OUTPUT_STYLE : ' pretty'
13
- PHPCS_REPORT_STYLE : ' full'
14
- COMPOSER_OPTIONS : ' --optimize-autoloader'
15
- matrix :
16
- - SYMFONY_VERSION : ' ~3.0'
17
- - SYMFONY_VERSION : ' ~4.0'
18
-
19
- sudo : false
20
-
21
- matrix :
11
+ - CI : ' true'
12
+ - TEST_OUTPUT_STYLE : ' pretty'
13
+ - PHPCS_REPORT_STYLE : ' full'
14
+ - COMPOSER_OPTIONS : ' --optimize-autoloader'
15
+ jobs :
16
+ - SYMFONY_VERSION : ' ~3.0'
17
+ - SYMFONY_VERSION : ' ~4.0'
18
+
19
+ jobs :
22
20
fast_finish : true
23
21
24
22
before_install :
@@ -41,3 +39,4 @@ branches:
41
39
except :
42
40
- /.*\-dev$/
43
41
- /.*\-patch(\-\d+)?$/
42
+ - /^dev-.*/
Original file line number Diff line number Diff line change 31
31
"require" : {
32
32
"php" : " >=7.1" ,
33
33
"yoanm/jsonrpc-server-sdk" : " ^3.0" ,
34
- "yoanm/jsonrpc-params-symfony-validator-sdk" : " ^0.2 " ,
34
+ "yoanm/jsonrpc-params-symfony-validator-sdk" : " ^1.0 " ,
35
35
"yoanm/jsonrpc-params-symfony-constraint-doc-sdk" : " ^0.2" ,
36
36
"yoanm/symfony-jsonrpc-http-server-doc" : " ^0.2" ,
37
37
"symfony/http-kernel" : " ^3.0 || ^4.0" ,
You can’t perform that action at this time.
0 commit comments