Skip to content
forked from psliwa/PHPPdf

Commit

Permalink
Merge pull request #2 from jobcloud/feat/BE-1914/introduce-laminas
Browse files Browse the repository at this point in the history
feat(BE-1914): introduce laminas
  • Loading branch information
haeber authored May 28, 2021
2 parents 2781a65 + 459abf1 commit 7a548a5
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,20 @@
}
],
"require": {
"zendframework/zendpdf": "~2.0.0",
"zendframework/zend-cache": "^2.0"
"zendframework/zendpdf": "~2.0.0",
"laminas/laminas-cache": "^2.0",
"laminas/laminas-zendframework-bridge": "^1.1"
},
"require-dev": {
"zendframework/zend-barcode": "^2.0",
"zendframework/zend-validator": "^2.0",
"imagine/Imagine": ">=0.2.0,<0.6.0",
"laminas/laminas-barcode": "^2.0",
"laminas/laminas-validator": "^2.0",
"imagine/imagine": ">=0.2.0,<0.6.0",
"phpunit/phpunit": ">=4,<5.4.0"
},
"suggest": {
"zendframework/zend-barcode": "If you want to use barcodes",
"zendframework/zend-validator": "If you want to use barcodes (required by zend-barcode)",
"imagine/Imagine": "If you want to use image generating (required version: >=v0.2.6)"
"laminas/laminas-barcode": "If you want to use barcodes",
"laminas/laminas-validator": "If you want to use barcodes (required by zend-barcode)",
"imagine/imagine": "If you want to use image generating (required version: >=v0.2.6)"
},
"autoload": {
"psr-0": { "PHPPdf": "lib/", "Imagine": "lib/" }
Expand Down

0 comments on commit 7a548a5

Please sign in to comment.