Skip to content

Commit

Permalink
Update something
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Nov 5, 2015
1 parent d9d0cae commit c8158f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions composer.json
Expand Up @@ -16,25 +16,22 @@
"issues": "https://github.com/projek-xyz/slim-plates/issues",
"source": "https://github.com/projek-xyz/slim-plates"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/projek-xyz/slim-plates"
}
],
"autoload": {
"psr-4": {
"Projek\\Slim\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Projek\\Slim\\Tests\\": "tests/"
}
},
"require": {
"php": ">=5.5.0",
"league/plates": "~3.1.0",
"pimple/pimple": "^3.0",
"psr/http-message": "^1.0"
"slim/slim": "3.x-dev"
},
"require-dev": {
"slim/slim": "3.x-dev",
"phpunit/phpunit": "~4.0"
}
}
1 change: 1 addition & 0 deletions phpunit.xml.dist
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
Expand Down

0 comments on commit c8158f4

Please sign in to comment.