Skip to content

Commit 87eab40

Browse files
committed
Added composer.json
1 parent e25440f commit 87eab40

File tree

13 files changed

+23
-0
lines changed

13 files changed

+23
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.idea
2+
/vendor
3+
/composer.lock
4+
/tests/tmp
5+
/tests/log
6+
/demo/log

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "mesour/array-manager",
3+
"description": "Mesour ArrayManager.",
4+
"license": ["BSD-3-Clause","GPL-3.0"],
5+
"keywords": ["array mange","array"],
6+
"homepage": "http://mesour.com",
7+
"authors": [{
8+
"name": "Matouš Němec",
9+
"homepage": "http://mesour.com"
10+
}],
11+
"require": {
12+
"php": ">=5.4.0"
13+
},
14+
"autoload": {
15+
"classmap": ["src/"]
16+
}
17+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)