Skip to content

Commit

Permalink
[#75] Remove phone home code (#81)
Browse files Browse the repository at this point in the history
* [#75] Add phpstan

* [#75] Resolve PHPStan issues up to level 5

* [#75] Remove PhoneHome Code

* [#75] Update changelog and docs
  • Loading branch information
joshuapease authored May 8, 2024
1 parent d1d8a11 commit a77f462
Show file tree
Hide file tree
Showing 8 changed files with 1,017 additions and 1,068 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes for Viget Base Module

## 5.0.8 (Unreleased)
- Remove Phone Home (Airtable) feature. Use the [standalone Phone Home plugin](https://github.com/vigetlabs/craft-phone-home).
- Add PHPStan

## 5.0.7 - 2024-2-27
### Fixed
- Set module instance in `onInit` event

## 5.0.6 - 2024-2-22
### Fixed
- Defers initialization of the module until after Craft itself has initialized
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-alpha",
"craftcms/cms": "^4.3.5",
"sleiman/airtable-php": "^2.4"
},
"require-dev": {
Expand All @@ -30,7 +30,8 @@
"codeception/module-asserts": "^1.3.1",
"codeception/module-yii2": "^1.1.5",
"codeception/module-phpbrowser": "^1.0.0",
"craftcms/rector": "dev-main"
"craftcms/rector": "dev-main",
"craftcms/phpstan": "dev-main"
},
"autoload": {
"psr-4": {
Expand All @@ -48,5 +49,8 @@
},
"extra": {
"bootstrap": "viget\\base\\Module"
},
"scripts": {
"phpstan": "phpstan --memory-limit=1G"
}
}
Loading

0 comments on commit a77f462

Please sign in to comment.