Skip to content

Commit 0523308

Browse files
committed
Updated composer config
1 parent f71789a commit 0523308

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"type" : "library",
44
"description" : "PHP ISO file Library. A library for reading ISO files using PHP.",
55
"keywords" : [
6-
"image",
7-
"exif"
6+
"iso",
7+
"library",
8+
"image"
89
],
910
"homepage" : "https://github.com/indy2kro/php-iso",
1011
"license" : "GPL-2.0",
@@ -21,17 +22,19 @@
2122
},
2223
"autoload" : {
2324
"psr-4" : {
24-
"PhpIso\\" : "src/"
25+
"PhpIso\\" : "src/"
2526
}
2627
},
2728
"autoload-dev" : {
2829
"psr-4" : {
29-
"PhpIso\\Test\\" : "tests/"
30+
"PhpIso\\Test\\" : "tests/"
3031
}
3132
},
3233
"config": {
3334
"allow-plugins": {
3435
"dealerdirect/phpcodesniffer-composer-installer": true
35-
}
36+
},
37+
"optimize-autoloader": true,
38+
"sort-packages": true
3639
}
3740
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)