Skip to content

Commit 10be3d8

Browse files
authored
Create composer.json
1 parent 29e6a7c commit 10be3d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "jblond/php-cli",
3+
"type": "library",
4+
"description": "php command line / cli scritping classes",
5+
"license": "MIT",
6+
"keywords": [
7+
"php",
8+
"diff"
9+
],
10+
"authors": [
11+
{
12+
"name": "Mario",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.6",
18+
}
19+
"autoload": {
20+
"psr-4": {
21+
"jblond\\": "src/jblond/classes/jblond/cli"
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)