Updated dependencies
This commit is contained in:
parent
9c7b7e84c2
commit
9c3d5be2a2
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
"name": "raphiz/passwordcards",
|
"name": "raphiz/passwordcards",
|
||||||
"description" : "Generate customized password cards in the spirit of Qwertycards.com",
|
"description" : "Generate customized password cards in the spirit of Qwertycards.com",
|
||||||
"require": {
|
"require": {
|
||||||
"tecnick.com/tcpdf": "6.2.8",
|
"tecnick.com/tcpdf": "6.2.11",
|
||||||
"rain/raintpl": "3.1.0"
|
"rain/raintpl": "3.1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.6.7",
|
"phpunit/phpunit": "4.8.3",
|
||||||
"codeclimate/php-test-reporter": "dev-master"
|
"codeclimate/php-test-reporter": "dev-master"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Reference in a new issue