Skip to content

Commit 21cd59c

Browse files
committed
dodana datoteka composer.json
1 parent d5bf1ca commit 21cd59c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "filips/php-config",
3+
"description": "S tem paketom boste lahko enostavno zapisovali konfiguracijske datoteke v obliki razredov ali pa v navadni.",
4+
"keywords": [php, pack, config, php-config],
5+
"homepage": "https://github.com/maximebf/atomik",
6+
"type": "pack",
7+
"license": "MIT",
8+
"authors": [{
9+
"name": "Filip",
10+
"email": "filip.stamcar@hotmail.com",
11+
"homepage": "http://www.filip.phpnet.us"
12+
}],
13+
"require": {
14+
"php": ">=5.0.0"
15+
},
16+
"require-dev": {
17+
""php": ">=5.0.0"
18+
}
19+
}

0 commit comments

Comments
 (0)