Skip to content

Commit

Permalink
feat: Update for Craft CMS ^5.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Oct 3, 2023
1 parent 73d4487 commit 7615525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-code-field",
"description": "Provides a Code Field that has a full-featured code editor with syntax highlighting & autocomplete",
"type": "craft-plugin",
"version": "4.0.10",
"version": "5.0.0-beta.1",
"keywords": [
"craft",
"cms",
Expand All @@ -22,8 +22,8 @@
}
],
"require": {
"craftcms/cms": "^4.0.0",
"nystudio107/craft-code-editor": "^1.0.11"
"craftcms/cms": "^5.0.0-alpha.1",
"nystudio107/craft-code-editor": "^1.0.14"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 7615525

Please sign in to comment.