Skip to content

Commit 705f7bf

Browse files
committed
Adds composer configuration.
1 parent faf9236 commit 705f7bf

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

composer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "deviscoding/objection",
3+
"description": "PHP Object Library",
4+
"keywords": [
5+
"php",
6+
"object",
7+
"url",
8+
"useragent",
9+
"browser",
10+
"platform",
11+
"html",
12+
"pointer",
13+
"os",
14+
"headers"
15+
],
16+
"homepage": "https://github.com/deviscoding/objection",
17+
"version": "1.0",
18+
"license": "MIT",
19+
"authors": [
20+
{
21+
"name": "AMJones",
22+
"homepage": "https://www.deviscoding.com"
23+
}
24+
],
25+
"autoload": {
26+
"psr-4": {
27+
"DevCoding\\Object\\": "src/Object",
28+
"DevCoding\\Factory\\": "src/Factory",
29+
"DevCoding\\Helper\\": "src/Helper"
30+
}
31+
},
32+
"require": {
33+
"ext-json": "*",
34+
"symfony/property-access": "^3.4|^4.4|5.*"
35+
}
36+
}

0 commit comments

Comments
 (0)