Skip to content

Commit

Permalink
Update for Craft 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Witwicki committed Mar 22, 2023
1 parent 5108cc7 commit 6fa1789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fromtheoutfit/ipstack",
"description": "Simple custom wrapper around the ipstack api.",
"type": "craft-plugin",
"version": "1.1.2",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -22,12 +22,12 @@
}
],
"require": {
"craftcms/cms": "^3.0.0"
"craftcms/cms": "^4.0.0"
},
"require-dev": {
"craftcms/cms": "^3.2.0",
"craftcms/cms": "^4.0.0",
"codeception/codeception": "^3.0",
"vlucas/phpdotenv": "^3.0"
"vlucas/phpdotenv": "^3.4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6fa1789

Please sign in to comment.