We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22175d1 commit bdb9b66Copy full SHA for bdb9b66
composer.json
@@ -11,19 +11,16 @@
11
],
12
"homepage": "https://github.com/Comcast/php-legal-licenses",
13
"license": "Apache-2.0",
14
- "authors": [
15
- {
16
- "name": "Adam Marshall",
17
- "email": "adam_marshall2@comcast.com",
18
- "role": "lead"
19
- }
20
- ],
+ "authors": [{
+ "name": "Adam Marshall",
+ "email": "adam_marshall2@comcast.com",
+ "role": "lead"
+ }],
21
"support": {
22
"issues": "https://github.com/Comcast/php-legal-licenses/issues"
23
},
24
"prefer-stable": true,
25
"require": {
26
- "php": "^5.6 || ^7.1 || ^7.2 || ^7.3 || ^7.4",
27
"ext-json": "*",
28
"symfony/console": "~2.3|~3.0|~4.0|~5.0",
29
"symfony/process": "~2.3|~3.0|~4.0|~5.0"
@@ -36,4 +33,4 @@
36
33
"src/"
37
34
]
38
35
}
39
-}
+}
0 commit comments