File tree 3 files changed +26
-5
lines changed
3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,30 @@ build_failure_conditions:
11
11
build :
12
12
dependencies :
13
13
override :
14
- - make build
14
+ -
15
+ command : make build
16
+ title : Build deps
17
+ idle_timeout : 240
15
18
tests :
16
19
stop_on_failure : true
17
20
override :
18
21
-
19
22
command : make coverage
23
+ title : Coverage
20
24
idle_timeout : 1200
21
25
coverage :
22
26
file : ' build/coverage/clover.xml'
23
27
format : ' php-clover'
24
- - php-scrutinizer-run --enable-security-analysis
25
- - make codestyle
28
+ -
29
+ command : make codestyle
30
+ title : Code style
31
+ -
32
+ command : composer global require maglnet/composer-require-checker && composer-require-checker check composer.json
33
+ title : Composer-require-checker
34
+ -
35
+ command : php-scrutinizer-run --enable-security-analysis
36
+ title : Scrutinizer checks
37
+
26
38
cache :
27
39
directories :
28
40
- ~/.composer
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ See [yoanm/symfony-jsonrpc-params-validator](https://github.com/yoanm/symfony-js
15
15
16
16
See [ yoanm/symfony-jsonrpc-http-server-doc] ( https://github.com/yoanm/symfony-jsonrpc-http-server-doc ) for documentation generation.
17
17
18
+ ## Versions
19
+
20
+ - Symfony v3/4 - PHP >=7.1 : ` ^v2.0 `
21
+
22
+ ⚠️⚠️ ` v2.1.0 ` and ` v2.1.1 ` was badly taggued, used ` v3.0.0 ` instead ! ⚠️⚠️
23
+
24
+ - Symfony v4/5 - PHP >=7.2 : ` ^v3.0 `
25
+
18
26
## How to use
19
27
20
28
Once configured, your project is ready to handle HTTP ` POST ` request on ` /json-rpc ` endpoint.
Original file line number Diff line number Diff line change 26
26
}
27
27
},
28
28
"suggest" : {
29
- "yoanm/symfony-jsonrpc-server-psr11-resolver" : " PSR-11 compliant method resolver for yoanm/symfony-jsonrpc-http-server" ,
30
29
"yoanm/symfony-jsonrpc-params-validator" : " Symfony bundle for easy JSON-RPC params validation" ,
31
30
"yoanm/symfony-jsonrpc-http-server-doc" : " JSON-RPC documentation Bundle"
32
31
},
37
36
"symfony/http-kernel" : " ^4.0 || ^5.0" ,
38
37
"symfony/config" : " ^4.0 || ^5.0" ,
39
38
"symfony/dependency-injection" : " ^4.0 || ^5.0" ,
40
- "symfony/event-dispatcher" : " ^4.0 || ^5.0"
39
+ "symfony/event-dispatcher" : " ^4.0 || ^5.0" ,
40
+ "symfony/event-dispatcher-contracts" : " ^1.0 || ^2.0" ,
41
+ "psr/container" : " ^1.0"
41
42
},
42
43
"require-dev" : {
43
44
"behat/behat" : " ~3.0" ,
You can’t perform that action at this time.
0 commit comments