Skip to content

Commit

Permalink
Move ECS to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niektenhoopen committed May 3, 2022
1 parent f51aa03 commit 1075c02
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 96 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.1.2 - 2022-05-03
### Changed
- Move ECS to dev dependencies


## 2.1.1 - 2022-05-03
### Changed
- Bugfix Twig filters


## 2.1.0 - 2022-05-03
### Changed
- Refactor Javascript to support multiple instances (Issue #16)
Expand Down
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": "nthmedia/entry-gps-coordinates",
"description": "Entry GPS Coordinates plugin for Craft CMS 3.x",
"type": "craft-plugin",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [
"gps coordinates",
"gps",
Expand All @@ -28,8 +28,7 @@
],
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0-alpha",
"craftcms/ecs": "dev-main"
"craftcms/cms": "^4.0.0-alpha"
},
"autoload": {
"psr-4": {
Expand All @@ -54,6 +53,7 @@
},
"require-dev": {
"craftcms/rector": "dev-main",
"phpstan/phpstan": "^1.6"
"phpstan/phpstan": "^1.6",
"craftcms/ecs": "dev-main"
}
}
186 changes: 94 additions & 92 deletions composer.lock

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

0 comments on commit 1075c02

Please sign in to comment.