Skip to content

Commit

Permalink
Update composer file for Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ten1seven committed Oct 23, 2024
1 parent 8def173 commit fa20ecb
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": "viget/craft-viget-base",
"description": "Viget Base Module",
"type": "yii2-extension",
"version": "5.0.7",
"version": "6.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -20,12 +20,12 @@
}
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.3.5",
"php": "^8.2",
"craftcms/cms": "^5.0.0",
"sleiman/airtable-php": "^2.4"
},
"require-dev": {
"vlucas/phpdotenv": "^5.4.1",
"vlucas/phpdotenv": "^5.5",
"codeception/codeception": "^5.0.11",
"codeception/module-asserts": "^3.0.0",
"codeception/module-yii2": "^1.1.9",
Expand Down

0 comments on commit fa20ecb

Please sign in to comment.