Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11724481
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment