We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a2e74 commit ead52a1Copy full SHA for ead52a1
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "willvincent/feeds",
3
- "description": "Laravel 5 Service Provider for the SimplePie library",
+ "description": "Laravel Service Provider for the SimplePie library",
4
"license": "MIT",
5
"authors": [
6
@@ -10,7 +10,7 @@
10
],
11
"require": {
12
"php": ">=5.4.0 || ^7.2 || ^8.0",
13
- "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0|^10.0 || ^11.0",
+ "illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
14
"simplepie/simplepie": "^1.5",
15
"ext-curl": "*"
16
},
0 commit comments