Skip to content

Commit d49ec49

Browse files
FlorianLBFlorianLB
FlorianLB
authored and
FlorianLB
committed
add composer.json + gitignore
1 parent 270ff1d commit d49ec49

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
vendor
2+
composer.lock
3+
composer.phar

composer.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "cleverage/ruler",
3+
"description": "A business rules engine",
4+
"keywords": ["rules"],
5+
"homepage": "https://github.com/cleverage/Ruler",
6+
"license": "MIT",
7+
"require": {
8+
"php": ">=5.3.0"
9+
},
10+
"autoload": {
11+
"psr-0": { "CleverAge\\Ruler": "src/" }
12+
},
13+
"authors": [
14+
{
15+
"name": "Florian Vilpoix"
16+
},
17+
{
18+
"name": "Florian Lonqueu-Brochard"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)