Skip to content

Commit 035be43

Browse files
committed
the Symfony PropertyAccess component is needed to run the xAPI common tests
1 parent 9be9539 commit 035be43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"symfony/config": "~2.2",
1818
"symfony/validator": "~2.2"
1919
},
20+
"require-dev": {
21+
"symfony/property-access": "~2.2"
22+
},
2023
"autoload": {
2124
"psr-4": {
2225
"Xabbuh\\XApi\\Common\\": ""

0 commit comments

Comments
 (0)