projects
/
m6w6
/
ascertain
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4f35f96
)
add composer.json
author
Michael Wallner
<mike@php.net>
Sun, 3 Mar 2013 14:24:22 +0000
(15:24 +0100)
committer
Michael Wallner
<mike@php.net>
Sun, 3 Mar 2013 14:24:22 +0000
(15:24 +0100)
composer.json
[new file with mode: 0644]
patch
|
blob
diff --git a/composer.json
b/composer.json
new file mode 100644
(file)
index 0000000..
0928257
--- /dev/null
+++ b/
composer.json
@@ -0,0
+1,19
@@
+{
+ "name": "mike_php_net/ascertain",
+ "type": "library",
+ "description": "Simple validator, not doing much harm",
+ "keywords": ["validator"],
+ "homepage": "http://github.com/mike-php-net/ascertain",
+ "license": "BSD-2-Clause",
+ "authors": [
+ {
+ "name": "Michael Wallner",
+ "email": "mike@php.net"
+ }
+ ],
+ "autoload": {
+ "psr-0": {
+ "ascertain": "src"
+ }
+ }
+}