We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf9236 commit 705f7bfCopy full SHA for 705f7bf
1 file changed
composer.json
@@ -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