Skip to content

Commit 327ff1f

Browse files
committedMar 27, 2019
Missing psr/container dependancy
1 parent 260e0bc commit 327ff1f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
### 1.6.9
4+
5+
* Fixed: Missing dependancy on psr/container
6+
37
### 1.6.8
48

59
* Added: PSR-11 support to bring Container into php-fig alignment

‎composer.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@
1212
},
1313
"require": {
1414
"php": ">=5.6.0",
15-
"firebase/php-jwt": "^4.0 || ^5.0"
15+
"firebase/php-jwt": "^4.0 || ^5.0",
16+
"psr/container": "^1.0.0"
1617
},
1718
"require-dev": {
1819
"rhubarbphp/custard": "^1.0.9",
1920
"rhubarbphp/module-build-status-updater": "^1.0.5",
20-
"codeception/codeception": "^2.0.0",
21-
"phploc/phploc": "^3.0.0",
22-
"theseer/phpdox": "0.8.1.1",
23-
"phpmd/phpmd": "^2.0.0",
24-
"squizlabs/php_codesniffer": "^2.0.0",
25-
"sebastian/phpcpd": "^2.0.0",
26-
"pdepend/pdepend": "^2.0.0"
21+
"codeception/codeception": "^2.0.0"
2722
},
2823
"config": {
2924
"bin-dir": "bin/"

0 commit comments

Comments
 (0)
Please sign in to comment.