Commit 327ff1f 1 parent 260e0bc commit 327ff1f Copy full SHA for 327ff1f
File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ### 1.6.9
4
+
5
+ * Fixed: Missing dependancy on psr/container
6
+
3
7
### 1.6.8
4
8
5
9
* Added: PSR-11 support to bring Container into php-fig alignment
Original file line number Diff line number Diff line change 12
12
},
13
13
"require" : {
14
14
"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"
16
17
},
17
18
"require-dev" : {
18
19
"rhubarbphp/custard" : " ^1.0.9" ,
19
20
"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"
27
22
},
28
23
"config" : {
29
24
"bin-dir" : " bin/"
You can’t perform that action at this time.
0 commit comments