Skip to content

Commit 69ca0b7

Browse files
author
Christoph Singer
committedMar 10, 2018
Try again to use it with symfony 4
1 parent bf7a683 commit 69ca0b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Tests/Fixtures/app/config/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ framework:
33
services:
44
wa72_jsonrpc.testservice:
55
class: 'Wa72\JsonRpcBundle\Tests\Testservice'
6+
public: true
67
tags:
78
- {name: wa72_jsonrpc.exposable}
89
# override jms_serializer.form_error_handler with dummy

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require":{
1616
"php":">=5.4",
17-
"symfony/symfony":"~2.7|~3.0",
17+
"symfony/symfony":"^2.7|^3|^4",
1818
"jms/serializer-bundle":"^1.1|^2"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)