Skip to content

Commit

Permalink
Merge pull request #22 from mediact/feature/phpstorm-path-changed
Browse files Browse the repository at this point in the history
Updated copyright to Youwe instead of Mediact
  • Loading branch information
leonhelmus authored May 12, 2021
2 parents fa71400 + 538f245 commit aff0566
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PHP_VERSION=7.4
GCLOUD_LOCAL="~/.config/gcloud"
GIT_CONFIG_LOCAL="~/.gitconfig"
XDEBUG_CONFIG="remote_host=${HOST_IP} remote_enable=1 remote_connect_back=1"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.2.2 - 2021-05-12
### Changed
- Company/Vendor & website to Youwe.
### Fixed
- With PHPlint you cannot exclude a directory. For this module it's disabled.

## 2.2.1 - 2021-03-10
### Fixed
- PhpStorm 2020 has changed there config folder to a different path.
Expand Down
6 changes: 3 additions & 3 deletions files/includes/M2-Settings.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#set( $Company = "MediaCT" )
#set( $Vendor = "MediaCT" )
#set( $Website = "https://www.mediact.nl")
#set( $Company = "Youwe" )
#set( $Vendor = "Youwe" )
#set( $Website = "https://www.youweagency.com")
3 changes: 2 additions & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ parameters:
- /^phpmd.xml$/
- /^phpunit.xml$/
- /^pdepend.xml$/
- /^files/
- /^files/
phplint.triggered_by: []

0 comments on commit aff0566

Please sign in to comment.