Loading composer.json +2 −7 Original line number Diff line number Diff line Loading @@ -4,17 +4,12 @@ "repositories": [ { "type": "composer", "url" : "http://dev.unicaen.fr/packagist" "url" : "https://dev.unicaen.fr/packagist" } ], "require-dev" : { "phpunit/PHPUnit" : ">=3.7", "zendframework/zend-test" : ">=2.2" }, "autoload" : { "psr-0" : { "UnicaenKsup" : "src/", "UnicaenKsupTest": "tests/" "UnicaenKsup" : "src/" }, "classmap": [ "./Module.php" Loading src/UnicaenKsup/Util.php 0 → 100644 +7 −0 Original line number Diff line number Diff line <?php namespace UnicaenKsup; class Util { } No newline at end of file Loading
composer.json +2 −7 Original line number Diff line number Diff line Loading @@ -4,17 +4,12 @@ "repositories": [ { "type": "composer", "url" : "http://dev.unicaen.fr/packagist" "url" : "https://dev.unicaen.fr/packagist" } ], "require-dev" : { "phpunit/PHPUnit" : ">=3.7", "zendframework/zend-test" : ">=2.2" }, "autoload" : { "psr-0" : { "UnicaenKsup" : "src/", "UnicaenKsupTest": "tests/" "UnicaenKsup" : "src/" }, "classmap": [ "./Module.php" Loading
src/UnicaenKsup/Util.php 0 → 100644 +7 −0 Original line number Diff line number Diff line <?php namespace UnicaenKsup; class Util { } No newline at end of file