jalendport / craft-fetch

Utilise the Guzzle HTTP client from within your Craft templates.
MIT License
24 stars 13 forks source link

Craft 4 | PHP8 #14

Closed leowebguy closed 1 year ago

leowebguy commented 1 year ago

refactor to php8.0^; switch to AbstractExtension; readme; changelog; require { "php": "^8.0.2", "craftcms/cms": "^4.0" }

leowebguy commented 1 year ago

hey Jalen, hope you don't mind the PR I recently used your plugin as starting point for a craft module, most of what was needed was already there, so I created this PR. Cheers!