Skip to content

Commit

Permalink
Merge pull request #9 from BKWLD/craft-4-support
Browse files Browse the repository at this point in the history
Craft 4
  • Loading branch information
weotch authored Mar 15, 2023
2 parents 7cc04bd + 2ff04c7 commit 8773095
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 8 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"guzzlehttp/guzzle": "^7.4",
"craftcms/cms": "^3.0.0",
"craftcms/cms": "^3.0 || ^4.0",
"illuminate/collections": "^8 || ^9"
},
"autoload": {
Expand All @@ -28,5 +28,10 @@
"extra": {
"name": "Importable Shopify Feeds",
"handle": "importable-shopify-feeds"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"craftcms/rector": "dev-main"
}
}
171 changes: 165 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/controllers/FeedsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class FeedsController extends Controller
{
// Allow public requests from FeedMe
protected $allowAnonymous = true;
protected array|int|bool $allowAnonymous = true;

/**
* Get all products
Expand Down

0 comments on commit 8773095

Please sign in to comment.