@frontastic/common 2.38.0 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
1
 
2
+ ## Version 2.39.0 (2022-12-13)
3
+
4
+ ** Bug fixes **
5
+
6
+ - Fix some PHP 8.1 deprecations
7
+
2
8
  ## Version 2.38.0 (2022-12-02)
3
9
 
4
10
  ** New Features and Improvements **
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.38.0",
4
+ "version": "2.39.0",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -10,10 +10,7 @@
10
10
  ],
11
11
  "config": {
12
12
  "sort-packages": true,
13
- "optimize-autoloader": true,
14
- "platform": {
15
- "php": "7.4"
16
- }
13
+ "optimize-autoloader": true
17
14
  },
18
15
  "conflict": {
19
16
  "frontastic/catwalk": "<1.20.1"
@@ -54,7 +51,7 @@
54
51
  "phake/phake": "^4.0",
55
52
  "phploc/phploc": "@stable",
56
53
  "phpmd/phpmd": "@stable",
57
- "phpstan/phpstan": "0.12.25",
54
+ "phpstan/phpstan": "^0.12.18",
58
55
  "phpunit/phpunit": "^8",
59
56
  "sebastian/phpcpd": "@stable",
60
57
  "squizlabs/php_codesniffer": "@stable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.38.0",
3
+ "version": "2.39.0",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",