diff --git a/composer.json b/composer.json index d018143..19fb593 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "phppkg/ini", "description": "An enhanced PHP INI parser", - "type": "template", + "type": "library", "license": "MIT", "homepage": "https://github.com/phppkg/ini", "keywords": [ diff --git a/test/IniParserTest.php b/test/IniParserTest.php index f4519ed..495644e 100644 --- a/test/IniParserTest.php +++ b/test/IniParserTest.php @@ -1,10 +1,9 @@