Skip to content

Commit

Permalink
remove useless autoload path to classes ; chg version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier committed Apr 3, 2023
1 parent 695b0d6 commit 4a34309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
},
"autoload": {
"psr-4": {
"PHPExiftool\\": "lib/PHPExiftool/",
"PHPExiftool\\Driver\\TagGroup\\": "lib/PHPExiftool/Driver/TagGroup/"
"PHPExiftool\\": "lib/PHPExiftool/"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion lib/PHPExiftool/PHPExiftool.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PHPExiftool
{
const v = "3.1.1";
const v = "3.1.2";
const ROOT_NAMESPACE = "PHPExiftool\\Driver";
const SUBDIR = "TagGroup";

Expand Down

0 comments on commit 4a34309

Please sign in to comment.