Skip to content

Commit ead52a1

Browse files
authored
Laravel 12 support
1 parent 78a2e74 commit ead52a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "willvincent/feeds",
3-
"description": "Laravel 5 Service Provider for the SimplePie library",
3+
"description": "Laravel Service Provider for the SimplePie library",
44
"license": "MIT",
55
"authors": [
66
{
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"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",
13+
"illuminate/support": "~5.0 || ^6.0 || ^7.0 || ^8.0|^9.0|^10.0 || ^11.0 || ^12.0",
1414
"simplepie/simplepie": "^1.5",
1515
"ext-curl": "*"
1616
},

0 commit comments

Comments
 (0)