Page MenuHomeDevCentral

No OneTemporary

diff --git a/github/composer.json b/github/composer.json
index ed256f9..775fe48 100644
--- a/github/composer.json
+++ b/github/composer.json
@@ -1,39 +1,40 @@
{
"name": "keruald/github",
"description": "X-Hub-Signature generator and validator",
"license": "BSD-2-Clause",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/keruald/github"
}
],
"authors": [
{
"name": "Sébastien Santoro",
"email": "dereckson@espace-win.org"
}
],
"keywords": [
"keruald",
"GitHub"
],
"support": {
"irc": "irc://irc.freenode.net/wolfplex",
"issues": "http://devcentral.nasqueron.org"
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "5.0.*"
},
"autoload": {
"psr-4": {
- "Keruald\\GitHub\\": ""
+ "Keruald\\GitHub\\": "src/",
+ "Keruald\\GitHub\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit tests"
}
}
diff --git a/github/XHubSignature.php b/github/src/XHubSignature.php
similarity index 100%
rename from github/XHubSignature.php
rename to github/src/XHubSignature.php

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 18, 15:26 (5 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991025
Default Alt Text
(1 KB)

Event Timeline