File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " tomsgu/pdf-merger" ,
3- "type" : " library" ,
4- "license" : " MIT" ,
5- "keywords" : [
6- " pdf merge"
7- ],
8- "authors" : [
9- {
10- "name" : " Tomas Jakl" ,
11- "email" : " tomasjakll@gmail.com"
12- }
13- ],
14- "require" : {
15- "php" : " ^7.2 || ^8.0" ,
16- "setasign/fpdf" : " ^1.8" ,
17- "setasign/fpdi" : " ^2.0"
18- },
19- "require-dev" : {
20- "phpstan/phpstan" : " ^1.5" ,
21- "phpunit/phpunit" : " ^8"
22- },
23- "config" : {
24- "preferred-install" : {
25- "*" : " dist"
2+ "name" : " tomsgu/pdf-merger" ,
3+ "type" : " library" ,
4+ "license" : " MIT" ,
5+ "keywords" : [
6+ " pdf merge"
7+ ],
8+ "authors" : [
9+ {
10+ "name" : " Tomas Jakl" ,
11+ "email" : " tomasjakll@gmail.com"
12+ }
13+ ],
14+ "require" : {
15+ "php" : " ^7.2 || ^8.0" ,
16+ "setasign/fpdf" : " ^1.8" ,
17+ "setasign/fpdi" : " ^2.6.4"
18+ },
19+ "require-dev" : {
20+ "phpstan/phpstan" : " ^1.5" ,
21+ "phpunit/phpunit" : " ^8"
22+ },
23+ "config" : {
24+ "preferred-install" : {
25+ "*" : " dist"
26+ },
27+ "sort-packages" : true
2628 },
27- "sort-packages" : true
28- },
29- "autoload" : {
30- "psr-4" : {
31- "Tomsgu\\ PdfMerger\\ " : " src/"
29+ "autoload" : {
30+ "psr-4" : {
31+ "Tomsgu\\ PdfMerger\\ " : " src/"
32+ },
33+ "exclude-from-classmap" : [
34+ " /Tests/"
35+ ]
3236 },
33- "exclude-from-classmap" : [
34- " /Tests/"
35- ]
36- },
37- "autoload-dev" : {
38- "psr-4" : {
39- "Tomsgu\\ PdfMerger\\ Test\\ " : " tests/"
37+ "autoload-dev" : {
38+ "psr-4" : {
39+ "Tomsgu\\ PdfMerger\\ Test\\ " : " tests/"
40+ }
4041 }
41- }
4242}
You can’t perform that action at this time.
0 commit comments