Skip to content

Commit 986c7cd

Browse files
committed
Require doctrine/annotations
1 parent 06753cd commit 986c7cd

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"require": {
55
"php": "^7.1.3",
66
"ext-iconv": "*",
7+
"doctrine/annotations": "^1.8",
78
"knplabs/knp-markdown-bundle": "^1.7",
89
"nexylan/slack-bundle": "^2.0",
910
"php-http/guzzle6-adapter": "^1.1",

composer.lock

+18-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

+3
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@
242242
"ref": "179470cb6492db92dffee208cfdb436f175c93b4"
243243
}
244244
},
245+
"symfony/polyfill-ctype": {
246+
"version": "v1.10.0"
247+
},
245248
"symfony/polyfill-mbstring": {
246249
"version": "v1.6.0"
247250
},

0 commit comments

Comments
 (0)