We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a022c70 commit 2b2ec0aCopy full SHA for 2b2ec0a
1 file changed
composer.json
@@ -9,35 +9,21 @@
9
"email": "am@jonesiscoding.com"
10
}
11
],
12
- "version": "1.8",
+ "version": "1.8.1",
13
"autoload": {
14
"psr-4": {
15
"DevCoding\\Mac\\": "src"
16
17
},
18
"prefer-stable": true,
19
"minimum-stability": "dev",
20
- "repositories": [
21
- {
22
- "type": "package",
23
- "package": {
24
- "name": "deviscoding/objection",
25
- "version": "dev-master",
26
- "source": {
27
- "url": "https://github.com/deviscoding/objection",
28
- "type": "git",
29
- "reference": "main"
30
- }
31
32
33
- ],
34
"require": {
35
"php": "^7.0",
36
"ext-json": "*",
37
"ext-posix": "*",
38
"jonesiscoding/base-console": "^4.4",
39
"symfony/process": "^4.4",
40
"symfony/yaml": "^4.4",
41
- "deviscoding/objection": "dev-master"
+ "deviscoding/objection": "dev-main"
42
43
0 commit comments