@frontastic/common 2.48.5 → 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.
- package/.phpunit.result.cache +1 -0
- package/CHANGELOG.md +7 -0
- package/build.xml +0 -1
- package/composer.json +2 -3
- package/composer.lock +1280 -2487
- package/package.json +1 -1
- package/src/json/customDataSourceSchema.json +4 -0
- package/src/json/library/common.json +17 -0
- package/src/json/tasticSchema.json +4 -0
|
@@ -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
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
|
+
"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": "
|
|
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",
|