Skip to content

Commit 58613a9

Browse files
committed
Apigen error fixed until their next release candidate
1 parent e7412ac commit 58613a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: web/app/composer.json.dist

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"require-dev": {
66
"squizlabs/php_codesniffer": "3.*",
77
"phpunit/phpunit": "^6.0",
8-
"apigen/apigen": "^5.0.0-RC4"
8+
"apigen/apigen": "dev-master",
9+
"roave/better-reflection": "dev-master#a402048"
910
},
1011
"autoload": {
1112
"psr-4": {

0 commit comments

Comments
 (0)