Skip to content

Commit

Permalink
Update namespace and composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Akturan committed Mar 1, 2017
1 parent 8d938fe commit 8832939
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PlistParser.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace akturan\plistparser;

class PlistParser
{
private $skipTextNodes = "#text";
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
],
"require": {
"php": "^5.3.3 || ^7.0"
},
"autoload": {
"psr-4": {
"akturan\\plistparser\\": ""
}
}
}

0 comments on commit 8832939

Please sign in to comment.