Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdb9b66

Browse files
committedJan 12, 2021
Removing PHP version constraint
1 parent 22175d1 commit bdb9b66

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed
 

‎composer.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@
1111
],
1212
"homepage": "https://github.com/Comcast/php-legal-licenses",
1313
"license": "Apache-2.0",
14-
"authors": [
15-
{
16-
"name": "Adam Marshall",
17-
"email": "adam_marshall2@comcast.com",
18-
"role": "lead"
19-
}
20-
],
14+
"authors": [{
15+
"name": "Adam Marshall",
16+
"email": "adam_marshall2@comcast.com",
17+
"role": "lead"
18+
}],
2119
"support": {
2220
"issues": "https://github.com/Comcast/php-legal-licenses/issues"
2321
},
2422
"prefer-stable": true,
2523
"require": {
26-
"php": "^5.6 || ^7.1 || ^7.2 || ^7.3 || ^7.4",
2724
"ext-json": "*",
2825
"symfony/console": "~2.3|~3.0|~4.0|~5.0",
2926
"symfony/process": "~2.3|~3.0|~4.0|~5.0"
@@ -36,4 +33,4 @@
3633
"src/"
3734
]
3835
}
39-
}
36+
}

0 commit comments

Comments
 (0)
Please sign in to comment.