@frontastic/common 2.48.4 → 2.48.6

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.
@@ -0,0 +1 @@
1
+ {"version":1,"defects":{"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #2":3},"times":{"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #0":0.005,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #1":0.015,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #2":0.003,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #3":0.002,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #4":0.002,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #5":0.002,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testFailOnInvalidSchema with data set #6":0.003,"Frontastic\\Common\\SpecificationBundle\\Domain\\CustomAppSpecParserTest::testUnknownFieldTypeRaisesSenisbleError":0.007}}
package/CHANGELOG.md CHANGED
@@ -1,4 +1,17 @@
1
1
 
2
+ ## Version 2.48.6 (2025-11-19)
3
+
4
+ ** Bug Fixes **
5
+
6
+ - Refresh accounts from Commercetools by comparing mail addresses case insensitively.
7
+ - Remove debug output.
8
+
9
+ ## Version 2.48.5 (2024-05-03)
10
+
11
+ ** Bug fixes **
12
+
13
+ - Fix an incompatibility with guzzle 7
14
+
2
15
  ## Version 2.48.4 (2024-05-02)
3
16
 
4
17
  ** New Features and Improvements **
package/build.xml CHANGED
@@ -26,6 +26,5 @@
26
26
  <import file="${frontastic_basedir}/paas/integration/build-commons/modules/phpunit.xml" />
27
27
  <import file="${frontastic_basedir}/paas/integration/build-commons/modules/checkstyle.xml" />
28
28
  <import file="${frontastic_basedir}/paas/integration/build-commons/modules/phpstan.xml" />
29
- <import file="${frontastic_basedir}/paas/integration/build-commons/modules/apidocs.xml" />
30
29
  <import file="${basedir}/src/ant/javascript.xml" />
31
30
  </project>
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.48.4",
4
+ "version": "2.48.6",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -28,7 +28,7 @@
28
28
  "domnikl/statsd": "^2.6",
29
29
  "guzzlehttp/guzzle": "^6.3||^7",
30
30
  "guzzlehttp/promises": "^1.0",
31
- "justinrainbow/json-schema": "@stable",
31
+ "justinrainbow/json-schema": "^5",
32
32
  "frontastic/data-object": "@stable",
33
33
  "league/oauth2-client": "^2.3",
34
34
  "myclabs/deep-copy": "^1.0",
@@ -47,7 +47,6 @@
47
47
  },
48
48
  "require-dev": {
49
49
  "doctrine/common": "^2.9",
50
- "frontastic/apidocs": "@dev",
51
50
  "pdepend/pdepend": "@stable",
52
51
  "phake/phake": "^4.0",
53
52
  "phploc/phploc": "@stable",