-
- Downloads
INITIAL COMMIT
parents
Branches
Tags
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "jkuchar/assert-function", | |||
"description": "Assert function/closure signature type.", | |||
"minimum-stability": "stable", | |||
"license": "New BSD", | |||
"authors": [ | |||
{ | |||
"name": "Jan Kuchař", | |||
"email": "honza.kuchar@grifart.cz" | |||
} | |||
], | |||
"require-dev": { | |||
"nette/tester": "~1.7.1" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Grifart\\AssertFunction\\": "src" | |||
}, | |||
"files": [ | |||
"src/functions.php" | |||
] | |||
}, | |||
"autoload-dev": { | |||
"psr-4": { | |||
"Grifart\\AssertFunction\\": "tests" | |||
} | |||
} | |||
} |
src/functions.php
0 → 100644
tests/bootstrap.php
0 → 100644
tests/optional.phpt
0 → 100644
Please register or sign in to comment