From 21ca25b8763ee598a46c18456ed93b6366134adf Mon Sep 17 00:00:00 2001
From: Ioannis Igoumenos
Date: Sun, 19 Sep 2021 17:05:27 +0300
Subject: [PATCH 1/2] Upgraded to CAKEPHP version 3.10 (#5, CO-2213)
Co-authored-by: Ioannis Igoumenos
---
app/composer.json | 2 +-
app/composer.lock | 1958 +++--
app/vendor/adodb/adodb-php/.gitattributes | 17 -
app/vendor/adodb/adodb-php/.gitignore | 10 -
app/vendor/adodb/adodb-php/.mailmap | 4 -
app/vendor/adodb/adodb-php/LICENSE.md | 11 +-
app/vendor/adodb/adodb-php/README.md | 53 +-
.../adodb-php/adodb-active-record.inc.php | 212 +-
.../adodb-php/adodb-active-recordx.inc.php | 90 +-
.../adodb/adodb-php/adodb-csvlib.inc.php | 48 +-
.../adodb/adodb-php/adodb-datadict.inc.php | 312 +-
.../adodb/adodb-php/adodb-error.inc.php | 42 +-
.../adodb-php/adodb-errorhandler.inc.php | 25 +-
.../adodb/adodb-php/adodb-errorpear.inc.php | 27 +-
.../adodb/adodb-php/adodb-exceptions.inc.php | 39 +-
.../adodb/adodb-php/adodb-iterator.inc.php | 26 -
app/vendor/adodb/adodb-php/adodb-lib.inc.php | 871 ++-
.../adodb-php/adodb-loadbalancer.inc.php | 773 ++
.../adodb-php/adodb-memcache.lib.inc.php | 94 +-
.../adodb/adodb-php/adodb-pager.inc.php | 44 +-
app/vendor/adodb/adodb-php/adodb-pear.inc.php | 31 +-
app/vendor/adodb/adodb-php/adodb-perf.inc.php | 78 +-
app/vendor/adodb/adodb-php/adodb-php4.inc.php | 16 -
app/vendor/adodb/adodb-php/adodb-time.inc.php | 244 +-
.../adodb/adodb-php/adodb-xmlschema.inc.php | 48 +-
.../adodb/adodb-php/adodb-xmlschema03.inc.php | 259 +-
app/vendor/adodb/adodb-php/adodb.inc.php | 1865 +++--
app/vendor/adodb/adodb-php/composer.json | 10 +-
.../adodb/adodb-php/contrib/toxmlrpc.inc.php | 181 -
.../adodb-php/cute_icons_for_site/adodb.gif | Bin 1091 -> 0 bytes
.../adodb-php/cute_icons_for_site/adodb2.gif | Bin 1458 -> 0 bytes
.../datadict/datadict-access.inc.php | 29 +-
.../adodb-php/datadict/datadict-db2.inc.php | 108 +-
.../datadict/datadict-firebird.inc.php | 134 +-
.../datadict/datadict-generic.inc.php | 29 +-
.../adodb-php/datadict/datadict-ibase.inc.php | 29 +-
.../datadict/datadict-informix.inc.php | 29 +-
.../adodb-php/datadict/datadict-mssql.inc.php | 33 +-
.../datadict/datadict-mssqlnative.inc.php | 180 +-
.../adodb-php/datadict/datadict-mysql.inc.php | 34 +-
.../adodb-php/datadict/datadict-oci8.inc.php | 97 +-
.../datadict/datadict-postgres.inc.php | 285 +-
.../adodb-php/datadict/datadict-sapdb.inc.php | 32 +-
.../datadict/datadict-sqlite.inc.php | 38 +-
.../datadict/datadict-sybase.inc.php | 29 +-
app/vendor/adodb/adodb-php/docs/README.md | 4 +-
app/vendor/adodb/adodb-php/docs/changelog.md | 965 ++-
.../adodb/adodb-php/docs/changelog_v2.x.md | 10 +-
.../adodb/adodb-php/docs/changelog_v3.x.md | 8 +-
.../adodb/adodb-php/docs/changelog_v4+5.md | 8 +-
.../adodb/adodb-php/docs/changelog_v4.x.md | 183 +-
.../adodb-php/drivers/adodb-access.inc.php | 57 +-
.../adodb/adodb-php/drivers/adodb-ado.inc.php | 46 +-
.../adodb-php/drivers/adodb-ado5.inc.php | 46 +-
.../drivers/adodb-ado_access.inc.php | 41 +-
.../adodb-php/drivers/adodb-ado_mssql.inc.php | 111 +-
.../adodb/adodb-php/drivers/adodb-ads.inc.php | 1526 ++--
.../drivers/adodb-borland_ibase.inc.php | 41 +-
.../adodb/adodb-php/drivers/adodb-csv.inc.php | 63 +-
.../adodb/adodb-php/drivers/adodb-db2.inc.php | 1796 ++++-
.../adodb-php/drivers/adodb-db2oci.inc.php | 86 +-
.../adodb-php/drivers/adodb-db2ora.inc.php | 43 +-
.../adodb-php/drivers/adodb-fbsql.inc.php | 40 +-
.../adodb-php/drivers/adodb-firebird.inc.php | 889 ++-
.../adodb-php/drivers/adodb-ibase.inc.php | 110 +-
.../adodb-php/drivers/adodb-informix.inc.php | 41 +-
.../drivers/adodb-informix72.inc.php | 45 +-
.../adodb-php/drivers/adodb-ldap.inc.php | 44 +-
.../adodb-php/drivers/adodb-mssql.inc.php | 483 +-
.../adodb-php/drivers/adodb-mssql_n.inc.php | 123 +-
.../drivers/adodb-mssqlnative.inc.php | 845 +-
.../adodb-php/drivers/adodb-mssqlpo.inc.php | 46 +-
.../adodb-php/drivers/adodb-mysql.inc.php | 235 +-
.../adodb-php/drivers/adodb-mysqli.inc.php | 1251 ++-
.../adodb-php/drivers/adodb-mysqlpo.inc.php | 56 +-
.../adodb-php/drivers/adodb-mysqlt.inc.php | 48 +-
.../adodb-php/drivers/adodb-netezza.inc.php | 58 +-
.../adodb-php/drivers/adodb-oci8.inc.php | 154 +-
.../adodb-php/drivers/adodb-oci805.inc.php | 33 +-
.../adodb-php/drivers/adodb-oci8po.inc.php | 152 +-
.../drivers/adodb-oci8quercus.inc.php | 47 +-
.../adodb-php/drivers/adodb-odbc.inc.php | 162 +-
.../adodb-php/drivers/adodb-odbc_db2.inc.php | 119 +-
.../drivers/adodb-odbc_mssql.inc.php | 128 +-
.../drivers/adodb-odbc_mssql2012.inc.php | 37 +
.../drivers/adodb-odbc_oracle.inc.php | 50 +-
.../adodb-php/drivers/adodb-odbtp.inc.php | 66 +-
.../drivers/adodb-odbtp_unicode.inc.php | 52 +-
.../adodb-php/drivers/adodb-oracle.inc.php | 39 +-
.../adodb/adodb-php/drivers/adodb-pdo.inc.php | 224 +-
.../adodb-php/drivers/adodb-pdo_dblib.inc.php | 190 +
.../drivers/adodb-pdo_firebird.inc.php | 452 ++
.../adodb-php/drivers/adodb-pdo_mssql.inc.php | 31 +-
.../adodb-php/drivers/adodb-pdo_mysql.inc.php | 147 +-
.../adodb-php/drivers/adodb-pdo_oci.inc.php | 40 +-
.../adodb-php/drivers/adodb-pdo_pgsql.inc.php | 104 +-
.../drivers/adodb-pdo_sqlite.inc.php | 46 +-
.../drivers/adodb-pdo_sqlsrv.inc.php | 138 +-
.../adodb-php/drivers/adodb-postgres.inc.php | 37 +-
.../drivers/adodb-postgres64.inc.php | 273 +-
.../adodb-php/drivers/adodb-postgres7.inc.php | 104 +-
.../adodb-php/drivers/adodb-postgres8.inc.php | 38 +-
.../adodb-php/drivers/adodb-postgres9.inc.php | 30 +-
.../adodb-php/drivers/adodb-proxy.inc.php | 53 +-
.../adodb-php/drivers/adodb-sapdb.inc.php | 109 +-
.../drivers/adodb-sqlanywhere.inc.php | 83 +-
.../adodb-php/drivers/adodb-sqlite.inc.php | 106 +-
.../adodb-php/drivers/adodb-sqlite3.inc.php | 334 +-
.../adodb-php/drivers/adodb-sqlitepo.inc.php | 51 +-
.../adodb-php/drivers/adodb-sybase.inc.php | 73 +-
.../drivers/adodb-sybase_ase.inc.php | 44 +-
.../adodb-php/drivers/adodb-text.inc.php | 102 +-
.../adodb/adodb-php/drivers/adodb-vfp.inc.php | 43 +-
.../adodb/adodb-php/lang/adodb-ar.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-bg.inc.php | 24 +-
.../adodb/adodb-php/lang/adodb-ca.inc.php | 23 +-
.../adodb/adodb-php/lang/adodb-cn.inc.php | 23 +-
.../adodb/adodb-php/lang/adodb-cz.inc.php | 23 +-
.../adodb/adodb-php/lang/adodb-da.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-de.inc.php | 78 +-
.../adodb/adodb-php/lang/adodb-en.inc.php | 19 +
.../adodb/adodb-php/lang/adodb-eo.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-es.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-fa.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-fr.inc.php | 19 +
.../adodb/adodb-php/lang/adodb-hu.inc.php | 23 +-
.../adodb/adodb-php/lang/adodb-id.inc.php | 55 +
.../adodb/adodb-php/lang/adodb-it.inc.php | 23 +-
.../adodb/adodb-php/lang/adodb-nl.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-oc.inc.php | 51 +
.../adodb/adodb-php/lang/adodb-pl.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-pt-br.inc.php | 23 +-
.../adodb/adodb-php/lang/adodb-ro.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-ru.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-sv.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-th.inc.php | 22 +-
.../adodb/adodb-php/lang/adodb-uk.inc.php | 22 +-
.../adodb-php/pear/Auth/Container/ADOdb.php | 58 +-
.../adodb-php/pear/auth_adodb_example.php | 23 +-
.../adodb/adodb-php/perf/perf-db2.inc.php | 33 +-
.../adodb-php/perf/perf-informix.inc.php | 35 +-
.../adodb/adodb-php/perf/perf-mssql.inc.php | 34 +-
.../adodb-php/perf/perf-mssqlnative.inc.php | 34 +-
.../adodb/adodb-php/perf/perf-mysql.inc.php | 45 +-
.../adodb/adodb-php/perf/perf-oci8.inc.php | 33 +-
.../adodb-php/perf/perf-postgres.inc.php | 36 +-
app/vendor/adodb/adodb-php/phpdoc | 20 +
app/vendor/adodb/adodb-php/pivottable.inc.php | 27 +-
.../replicate/adodb-replicate.inc.php | 1181 ---
.../adodb-php/replicate/replicate-steps.php | 137 -
.../adodb/adodb-php/replicate/test-tnb.php | 421 -
app/vendor/adodb/adodb-php/rsfilter.inc.php | 25 +-
app/vendor/adodb/adodb-php/scripts/.gitignore | 2 -
.../adodb/adodb-php/scripts/TARADO5.BAT | 49 -
.../adodb/adodb-php/scripts/buildrelease.py | 270 -
.../adodb/adodb-php/scripts/updateversion.py | 399 -
.../adodb/adodb-php/scripts/uploadrelease.py | 172 -
app/vendor/adodb/adodb-php/server.php | 61 +-
.../session/adodb-compress-bzip2.php | 46 +-
.../adodb-php/session/adodb-compress-gzip.php | 38 +-
.../adodb-php/session/adodb-cryptsession.php | 39 +-
.../adodb-php/session/adodb-cryptsession2.php | 39 +-
.../session/adodb-encrypt-mcrypt.php | 32 +-
.../adodb-php/session/adodb-encrypt-md5.php | 31 +-
.../session/adodb-encrypt-secret.php | 39 +-
.../adodb-php/session/adodb-encrypt-sha1.php | 24 +-
.../adodb/adodb-php/session/adodb-sess.txt | 6 +-
.../adodb-php/session/adodb-session-clob.php | 39 +-
.../adodb-php/session/adodb-session-clob2.php | 40 +-
.../adodb/adodb-php/session/adodb-session.php | 49 +-
.../adodb-php/session/adodb-session2.php | 142 +-
.../adodb/adodb-php/session/crypt.inc.php | 27 +-
.../session/old/adodb-cryptsession.php | 44 +-
.../session/old/adodb-session-clob.php | 41 +-
.../adodb-php/session/old/adodb-session.php | 44 +-
.../adodb/adodb-php/session/old/crypt.inc.php | 26 +-
.../adodb-php/session/session_schema.xml | 2 +-
.../adodb-php/session/session_schema2.xml | 2 +-
.../adodb/adodb-php/tests/benchmark.php | 86 -
app/vendor/adodb/adodb-php/tests/client.php | 199 -
app/vendor/adodb/adodb-php/tests/pdo.php | 92 -
.../adodb-php/tests/test-active-record.php | 140 -
.../adodb-php/tests/test-active-recs2.php | 76 -
.../adodb-php/tests/test-active-relations.php | 85 -
.../tests/test-active-relationsx.php | 418 -
.../adodb/adodb-php/tests/test-datadict.php | 251 -
.../adodb/adodb-php/tests/test-perf.php | 48 -
.../adodb/adodb-php/tests/test-pgblob.php | 86 -
.../adodb/adodb-php/tests/test-php5.php | 116 -
.../adodb/adodb-php/tests/test-xmlschema.php | 53 -
app/vendor/adodb/adodb-php/tests/test.php | 1781 -----
app/vendor/adodb/adodb-php/tests/test2.php | 25 -
app/vendor/adodb/adodb-php/tests/test3.php | 44 -
app/vendor/adodb/adodb-php/tests/test4.php | 144 -
app/vendor/adodb/adodb-php/tests/test5.php | 48 -
.../adodb/adodb-php/tests/test_rs_array.php | 46 -
.../adodb/adodb-php/tests/testcache.php | 30 -
.../adodb-php/tests/testdatabases.inc.php | 478 --
.../adodb/adodb-php/tests/testgenid.php | 35 -
.../adodb/adodb-php/tests/testmssql.php | 77 -
app/vendor/adodb/adodb-php/tests/testoci8.php | 84 -
.../adodb/adodb-php/tests/testoci8cursor.php | 110 -
.../adodb/adodb-php/tests/testpaging.php | 87 -
app/vendor/adodb/adodb-php/tests/testpear.php | 35 -
.../adodb/adodb-php/tests/testsessions.php | 100 -
app/vendor/adodb/adodb-php/tests/time.php | 16 -
app/vendor/adodb/adodb-php/tests/tmssql.php | 79 -
.../adodb/adodb-php/tests/xmlschema-mssql.xml | 34 -
.../adodb/adodb-php/tests/xmlschema.xml | 33 -
app/vendor/adodb/adodb-php/toexport.inc.php | 28 +-
app/vendor/adodb/adodb-php/tohtml.inc.php | 43 +-
app/vendor/adodb/adodb-php/xmlschema03.dtd | 36 +-
.../.github/workflows/tests.yaml | 47 +
.../ajgl/breakpoint-twig-extension/.php_cs | 31 -
.../breakpoint-twig-extension/.php_cs.dist | 36 +
.../.scrutinizer.yml | 7 -
.../breakpoint-twig-extension/.travis.yml | 22 -
.../breakpoint-twig-extension/CHANGELOG.md | 35 +-
.../ajgl/breakpoint-twig-extension/README.md | 23 +-
.../breakpoint-twig-extension/composer.json | 23 +-
.../src/BreakpointExtension.php | 24 +-
.../tests/BreakpointExtensionTest.php | 11 +-
...glBreakpointTwigExtensionExtensionTest.php | 10 +-
.../asm89/twig-cache-extension/.travis.yml | 68 +-
.../asm89/twig-cache-extension/composer.json | 6 +-
.../Asm89/Twig/CacheExtension/Extension.php | 2 +-
.../DoctrineCacheAdapterTest.php | 2 +-
.../GenerationCacheStrategyTest.php | 4 +-
.../IndexedChainingCacheStrategyTest.php | 2 +-
.../LifetimeCacheStrategyTest.php | 2 +-
app/vendor/bin/var-dump-server | 1 +
app/vendor/cakephp/bake/Dockerfile | 24 +
app/vendor/cakephp/bake/LICENSE.txt | 2 +-
app/vendor/cakephp/bake/README.md | 2 +-
app/vendor/cakephp/bake/composer.json | 30 +-
app/vendor/cakephp/bake/docs.Dockerfile | 18 +
.../bake/docs/config/__init__.py} | 0
app/vendor/cakephp/bake/docs/config/all.py | 49 +
app/vendor/cakephp/bake/docs/en/conf.py | 9 +
app/vendor/cakephp/bake/docs/en/contents.rst | 7 +
.../cakephp/bake/docs/en/development.rst | 304 +
app/vendor/cakephp/bake/docs/en/index.rst | 28 +
app/vendor/cakephp/bake/docs/en/usage.rst | 133 +
app/vendor/cakephp/bake/docs/es/conf.py | 9 +
app/vendor/cakephp/bake/docs/es/contents.rst | 7 +
.../cakephp/bake/docs/es/development.rst | 17 +
app/vendor/cakephp/bake/docs/es/index.rst | 31 +
app/vendor/cakephp/bake/docs/es/usage.rst | 115 +
app/vendor/cakephp/bake/docs/fr/conf.py | 9 +
app/vendor/cakephp/bake/docs/fr/contents.rst | 7 +
.../cakephp/bake/docs/fr/development.rst | 351 +
app/vendor/cakephp/bake/docs/fr/index.rst | 26 +
app/vendor/cakephp/bake/docs/fr/usage.rst | 108 +
app/vendor/cakephp/bake/docs/ja/conf.py | 9 +
app/vendor/cakephp/bake/docs/ja/contents.rst | 7 +
.../cakephp/bake/docs/ja/development.rst | 301 +
app/vendor/cakephp/bake/docs/ja/index.rst | 28 +
app/vendor/cakephp/bake/docs/ja/usage.rst | 102 +
app/vendor/cakephp/bake/docs/pt/conf.py | 9 +
app/vendor/cakephp/bake/docs/pt/contents.rst | 7 +
.../cakephp/bake/docs/pt/development.rst | 280 +
app/vendor/cakephp/bake/docs/pt/index.rst | 25 +
app/vendor/cakephp/bake/docs/pt/usage.rst | 130 +
app/vendor/cakephp/bake/docs/ru/conf.py | 9 +
app/vendor/cakephp/bake/docs/ru/contents.rst | 7 +
.../cakephp/bake/docs/ru/development.rst | 293 +
app/vendor/cakephp/bake/docs/ru/index.rst | 24 +
app/vendor/cakephp/bake/docs/ru/usage.rst | 131 +
app/vendor/cakephp/bake/phpcs.xml.dist | 11 +
app/vendor/cakephp/bake/phpstan.neon | 3 +-
.../cakephp/bake/src/Shell/BakeShell.php | 21 +-
.../cakephp/bake/src/Shell/Task/BakeTask.php | 5 +-
.../bake/src/Shell/Task/BakeTemplateTask.php | 6 +-
.../cakephp/bake/src/Shell/Task/CellTask.php | 2 +-
.../bake/src/Shell/Task/ControllerTask.php | 25 +-
.../bake/src/Shell/Task/FixtureTask.php | 22 +-
.../cakephp/bake/src/Shell/Task/ModelTask.php | 137 +-
.../bake/src/Shell/Task/PluginTask.php | 46 +-
.../bake/src/Shell/Task/SimpleBakeTask.php | 6 +-
.../bake/src/Shell/Task/TemplateTask.php | 16 +-
.../cakephp/bake/src/Shell/Task/TestTask.php | 28 +-
.../src/Template/Bake/Command/command.twig | 1 -
.../Template/Bake/Controller/component.twig | 1 -
.../Template/Bake/Controller/controller.twig | 11 +-
.../Template/Bake/Element/Controller/add.twig | 1 -
.../Bake/Element/Controller/delete.twig | 1 -
.../Bake/Element/Controller/edit.twig | 5 +-
.../Bake/Element/Controller/index.twig | 5 +-
.../Bake/Element/Controller/login.twig | 1 -
.../Bake/Element/Controller/logout.twig | 1 -
.../Bake/Element/Controller/view.twig | 5 +-
.../Template/Bake/Element/array_property.twig | 1 -
.../bake/src/Template/Bake/Form/form.twig | 2 +-
.../bake/src/Template/Bake/Mailer/mailer.twig | 3 +-
.../Template/Bake/Middleware/middleware.twig | 1 -
.../src/Template/Bake/Model/behavior.twig | 1 -
.../bake/src/Template/Bake/Model/entity.twig | 8 +-
.../bake/src/Template/Bake/Model/table.twig | 1 -
.../src/Template/Bake/Plugin/.gitignore.twig | 1 +
.../src/Template/Bake/Plugin/README.md.twig | 2 +-
.../Bake/Plugin/phpunit.xml.dist.twig | 5 +-
.../src/Controller/AppController.php.twig | 1 -
.../Bake/Plugin/tests/bootstrap.php.twig | 10 +-
.../bake/src/Template/Bake/Shell/helper.twig | 1 -
.../bake/src/Template/Bake/Shell/shell.twig | 1 -
.../bake/src/Template/Bake/Shell/task.twig | 1 -
.../bake/src/Template/Bake/View/cell.twig | 1 -
.../bake/src/Template/Bake/View/helper.twig | 1 -
.../bake/src/Template/Bake/tests/fixture.twig | 6 +-
.../src/Template/Bake/tests/test_case.twig | 40 +-
.../bake/src/Utility/CommonOptionsTrait.php | 9 +-
.../src/Utility/Model/AssociationFilter.php | 2 -
app/vendor/cakephp/bake/src/View/BakeView.php | 10 +-
.../bake/src/View/Helper/BakeHelper.php | 41 +-
.../bake/src/View/Helper/DocBlockHelper.php | 38 +-
.../Fixture/BakeArticlesBakeTagsFixture.php | 3 +-
.../tests/Fixture/BakeArticlesFixture.php | 5 +-
.../bake/tests/Fixture/BakeCarFixture.php | 4 +-
.../tests/Fixture/BakeCommentsFixture.php | 7 +-
.../bake/tests/Fixture/BakeTagsFixture.php | 3 +-
.../Fixture/BakeTemplateAuthorsFixture.php | 3 +-
.../Fixture/BakeTemplateProfilesFixture.php | 3 +-
.../Fixture/BakeTemplateRolesFixture.php | 2 +-
.../bake/tests/Fixture/BinaryTestsFixture.php | 4 +-
.../bake/tests/Fixture/CategoriesFixture.php | 4 +-
.../Fixture/CategoriesProductsFixture.php | 4 +-
.../tests/Fixture/CategoryThreadsFixture.php | 5 +-
.../bake/tests/Fixture/DatatypesFixture.php | 3 +-
.../bake/tests/Fixture/InvitationsFixture.php | 5 +-
.../bake/tests/Fixture/NumberTreesFixture.php | 3 +-
.../bake/tests/Fixture/OldProductsFixture.php | 4 +-
.../tests/Fixture/ProductVersionsFixture.php | 4 +-
.../bake/tests/Fixture/ProductsFixture.php | 4 +-
app/vendor/cakephp/bake/tests/bootstrap.php | 6 +-
.../cakephp/cakephp-codesniffer/.editorconfig | 1 -
.../cakephp/cakephp-codesniffer/.gitignore | 1 +
.../cakephp/cakephp-codesniffer/.travis.yml | 19 +-
.../Commenting/DocBlockAlignmentSniff.php | 2 +-
.../Commenting/FunctionCommentSniff.php | 50 +-
.../Formatting/BlankLineBeforeReturnSniff.php | 6 +-
.../UseInAlphabeticalOrderSniff.php | 14 +-
.../Sniffs/PHP/CommaAfterArrayItemSniff.php | 73 +
.../Sniffs/WhiteSpace/EmptyLinesSniff.php | 15 +-
.../WhiteSpace/FunctionSpacingSniff.php | 191 +-
.../WhiteSpace/OperatorSpacingSniff.php | 6 +-
.../Commenting/DocBlockAlignmentUnitTest.php | 2 +-
.../UseInAlphabeticalOrderUnitTest.3.inc | 13 +
.../Tests/WhiteSpace/EmptyLinesUnitTest.inc | 4 +
.../Tests/WhiteSpace/EmptyLinesUnitTest.php | 8 +-
.../cakephp-codesniffer/CakePHP/ruleset.xml | 327 +-
.../cakephp/cakephp-codesniffer/LICENSE.txt | 2 +-
.../cakephp/cakephp-codesniffer/README.md | 31 +-
.../cakephp/cakephp-codesniffer/composer.json | 13 +-
.../cakephp/cakephp-codesniffer/phpcs.xml | 6 +
.../cakephp-codesniffer/phpcs.xml.dist | 6 +
.../cakephp/cakephp-codesniffer/phpunit.xml | 4 +-
app/vendor/cakephp/cakephp/README.md | 6 +-
app/vendor/cakephp/cakephp/VERSION.txt | 2 +-
app/vendor/cakephp/cakephp/composer.json | 15 +-
.../cakephp/cakephp/config/bootstrap.php | 6 +-
app/vendor/cakephp/cakephp/config/config.php | 2 +-
.../src/Auth/AbstractPasswordHasher.php | 8 +-
.../cakephp/src/Auth/BaseAuthenticate.php | 26 +-
.../cakephp/src/Auth/BasicAuthenticate.php | 14 +-
.../cakephp/src/Auth/ControllerAuthorize.php | 1 -
.../src/Auth/DefaultPasswordHasher.php | 7 +-
.../cakephp/src/Auth/DigestAuthenticate.php | 9 +-
.../src/Auth/FallbackPasswordHasher.php | 7 +-
.../cakephp/src/Auth/FormAuthenticate.php | 4 +-
.../src/Auth/PasswordHasherFactory.php | 1 -
.../src/Auth/Storage/MemoryStorage.php | 1 -
.../src/Auth/Storage/SessionStorage.php | 4 +-
.../src/Auth/Storage/StorageInterface.php | 2 +
.../cakephp/src/Auth/WeakPasswordHasher.php | 3 +-
.../cakephp/cakephp/src/Cache/Cache.php | 3 +-
.../cakephp/cakephp/src/Cache/CacheEngine.php | 10 +-
.../src/Cache/CacheEngineInterface.php | 4 +-
.../cakephp/src/Cache/CacheRegistry.php | 11 +-
.../cakephp/src/Cache/Engine/ApcuEngine.php | 13 +-
.../cakephp/src/Cache/Engine/ArrayEngine.php | 6 +-
.../cakephp/src/Cache/Engine/FileEngine.php | 31 +-
.../src/Cache/Engine/MemcachedEngine.php | 49 +-
.../cakephp/src/Cache/Engine/NullEngine.php | 1 -
.../cakephp/src/Cache/Engine/RedisEngine.php | 14 +-
.../src/Cache/Engine/WincacheEngine.php | 7 +-
.../cakephp/src/Cache/Engine/XcacheEngine.php | 9 +-
.../cakephp/cakephp/src/Cache/README.md | 4 +-
.../cakephp/src/Cache/SimpleCacheEngine.php | 4 +-
.../cakephp/cakephp/src/Cache/composer.json | 2 +-
.../cakephp/src/Collection/Collection.php | 1 -
.../src/Collection/CollectionInterface.php | 11 +-
.../src/Collection/CollectionTrait.php | 7 +-
.../cakephp/src/Collection/ExtractTrait.php | 9 +-
.../Collection/Iterator/BufferedIterator.php | 7 +-
.../Collection/Iterator/ExtractIterator.php | 2 +-
.../Collection/Iterator/FilterIterator.php | 1 -
.../Collection/Iterator/InsertIterator.php | 1 -
.../src/Collection/Iterator/MapReduce.php | 2 +-
.../src/Collection/Iterator/NestIterator.php | 3 +-
.../Iterator/NoChildrenIterator.php | 1 -
.../Collection/Iterator/ReplaceIterator.php | 1 -
.../src/Collection/Iterator/SortIterator.php | 1 -
.../Collection/Iterator/StoppableIterator.php | 1 -
.../src/Collection/Iterator/TreeIterator.php | 1 -
.../src/Collection/Iterator/TreePrinter.php | 1 -
.../Collection/Iterator/UnfoldIterator.php | 1 -
.../src/Collection/Iterator/ZipIterator.php | 5 +-
.../cakephp/cakephp/src/Collection/README.md | 2 +-
.../cakephp/src/Collection/composer.json | 2 +-
.../cakephp/src/Command/HelpCommand.php | 3 +-
.../cakephp/cakephp/src/Console/Command.php | 22 +-
.../cakephp/src/Console/CommandCollection.php | 2 +-
.../CommandCollectionAwareInterface.php | 1 -
.../cakephp/src/Console/CommandFactory.php | 1 -
.../cakephp/src/Console/CommandRunner.php | 15 +-
.../cakephp/src/Console/CommandScanner.php | 5 +-
.../src/Console/ConsoleErrorHandler.php | 1 -
.../cakephp/src/Console/ConsoleInput.php | 5 +-
.../src/Console/ConsoleInputArgument.php | 9 +-
.../src/Console/ConsoleInputOption.php | 15 +-
.../src/Console/ConsoleInputSubcommand.php | 3 +-
.../cakephp/cakephp/src/Console/ConsoleIo.php | 62 +-
.../src/Console/ConsoleOptionParser.php | 19 +-
.../cakephp/src/Console/ConsoleOutput.php | 15 +-
.../Console/Exception/ConsoleException.php | 2 +-
.../Exception/MissingHelperException.php | 3 +
.../Exception/MissingShellException.php | 4 +-
.../Exception/MissingShellMethodException.php | 4 +-
.../Exception/MissingTaskException.php | 3 +
.../src/Console/Exception/StopException.php | 2 +-
.../cakephp/src/Console/HelpFormatter.php | 7 +-
.../cakephp/src/Console/HelperRegistry.php | 7 +-
.../cakephp/cakephp/src/Console/Shell.php | 61 +-
.../cakephp/src/Console/ShellDispatcher.php | 3 +-
.../cakephp/src/Console/TaskRegistry.php | 7 +-
.../cakephp/src/Controller/Component.php | 2 +-
.../Controller/Component/AuthComponent.php | 31 +-
.../Controller/Component/CookieComponent.php | 4 +-
.../Controller/Component/CsrfComponent.php | 1 -
.../Controller/Component/FlashComponent.php | 5 +-
.../Component/PaginatorComponent.php | 7 +-
.../Component/RequestHandlerComponent.php | 25 +-
.../Component/SecurityComponent.php | 34 +-
.../src/Controller/ComponentRegistry.php | 15 +-
.../cakephp/src/Controller/Controller.php | 41 +-
.../src/Controller/ErrorController.php | 1 -
.../Exception/AuthSecurityException.php | 1 +
.../Exception/MissingActionException.php | 1 -
.../Exception/MissingComponentException.php | 4 +-
.../Exception/SecurityException.php | 9 +-
app/vendor/cakephp/cakephp/src/Core/App.php | 13 +-
.../cakephp/cakephp/src/Core/BasePlugin.php | 1 -
.../cakephp/cakephp/src/Core/ClassLoader.php | 3 +-
.../cakephp/cakephp/src/Core/Configure.php | 17 +-
.../Core/Configure/ConfigEngineInterface.php | 1 -
.../src/Core/Configure/Engine/IniConfig.php | 1 -
.../src/Core/Configure/Engine/JsonConfig.php | 1 -
.../src/Core/Configure/Engine/PhpConfig.php | 5 +-
.../src/Core/Configure/FileConfigTrait.php | 1 -
.../cakephp/src/Core/ConventionsTrait.php | 1 -
.../cakephp/src/Core/Exception/Exception.php | 7 +-
.../Core/Exception/MissingPluginException.php | 4 +-
.../cakephp/src/Core/InstanceConfigTrait.php | 29 +-
.../cakephp/src/Core/ObjectRegistry.php | 5 +-
.../cakephp/cakephp/src/Core/Plugin.php | 13 +-
.../cakephp/src/Core/PluginCollection.php | 2 +-
.../cakephp/src/Core/PluginInterface.php | 2 +
app/vendor/cakephp/cakephp/src/Core/README.md | 4 +-
.../cakephp/src/Core/Retry/CommandRetry.php | 1 -
.../src/Core/Retry/RetryStrategyInterface.php | 2 +-
.../cakephp/src/Core/StaticConfigTrait.php | 36 +-
.../cakephp/cakephp/src/Core/composer.json | 2 +-
.../cakephp/cakephp/src/Core/functions.php | 18 +-
.../cakephp/src/Database/Connection.php | 44 +-
.../Database/Dialect/MysqlDialectTrait.php | 1 -
.../Database/Dialect/PostgresDialectTrait.php | 3 +-
.../Database/Dialect/SqliteDialectTrait.php | 5 +-
.../Dialect/SqlserverDialectTrait.php | 21 +-
.../TupleComparisonTranslatorTrait.php | 10 +-
.../cakephp/cakephp/src/Database/Driver.php | 23 +-
.../cakephp/src/Database/Driver/Mysql.php | 1 -
.../src/Database/Driver/PDODriverTrait.php | 3 +-
.../cakephp/src/Database/Driver/Postgres.php | 3 +-
.../cakephp/src/Database/Driver/Sqlite.php | 3 +-
.../cakephp/src/Database/Driver/Sqlserver.php | 4 +-
.../cakephp/src/Database/DriverInterface.php | 11 +-
.../cakephp/src/Database/Exception.php | 1 -
.../Exception/MissingConnectionException.php | 1 -
.../Exception/MissingDriverException.php | 1 -
.../Exception/MissingExtensionException.php | 1 -
.../NestedTransactionRollbackException.php | 1 -
.../Database/Expression/BetweenExpression.php | 8 +-
.../Database/Expression/CaseExpression.php | 7 -
.../src/Database/Expression/Comparison.php | 18 +-
.../Database/Expression/FieldInterface.php | 1 -
.../src/Database/Expression/FieldTrait.php | 1 -
.../Expression/FunctionExpression.php | 1 -
.../Expression/IdentifierExpression.php | 9 +-
.../Database/Expression/OrderByExpression.php | 1 -
.../Expression/OrderClauseExpression.php | 5 +-
.../Database/Expression/QueryExpression.php | 9 +-
.../Database/Expression/TupleComparison.php | 32 +-
.../Database/Expression/UnaryExpression.php | 10 +-
.../Database/Expression/ValuesExpression.php | 6 +-
.../src/Database/ExpressionInterface.php | 1 -
.../src/Database/FieldTypeConverter.php | 1 -
.../cakephp/src/Database/FunctionsBuilder.php | 51 +-
.../cakephp/src/Database/IdentifierQuoter.php | 1 -
.../cakephp/src/Database/Log/LoggedQuery.php | 1 -
.../src/Database/Log/LoggingStatement.php | 1 -
.../cakephp/src/Database/Log/QueryLogger.php | 1 -
.../cakephp/cakephp/src/Database/Query.php | 61 +-
.../cakephp/src/Database/QueryCompiler.php | 8 +-
.../cakephp/cakephp/src/Database/README.md | 2 +-
.../src/Database/Schema/BaseSchema.php | 9 +-
.../src/Database/Schema/CachedCollection.php | 10 +-
.../src/Database/Schema/Collection.php | 7 +-
.../src/Database/Schema/MysqlSchema.php | 37 +-
.../src/Database/Schema/PostgresSchema.php | 26 +-
.../Database/Schema/SqlGeneratorInterface.php | 1 -
.../src/Database/Schema/SqliteSchema.php | 43 +-
.../src/Database/Schema/SqlserverSchema.php | 41 +-
.../src/Database/Schema/TableSchema.php | 5 +-
.../Schema/TableSchemaAwareInterface.php | 1 -
.../Database/Schema/TableSchemaInterface.php | 1 -
.../cakephp/src/Database/SchemaCache.php | 5 +-
.../cakephp/src/Database/SqlDialectTrait.php | 33 +-
.../cakephp/src/Database/SqliteCompiler.php | 1 -
.../src/Database/SqlserverCompiler.php | 5 +-
.../Database/Statement/BufferResultsTrait.php | 1 -
.../Database/Statement/BufferedStatement.php | 7 +-
.../Database/Statement/CallbackStatement.php | 5 +-
.../src/Database/Statement/MysqlStatement.php | 2 -
.../src/Database/Statement/PDOStatement.php | 1 -
.../Database/Statement/SqliteStatement.php | 2 -
.../Database/Statement/SqlserverStatement.php | 5 +-
.../cakephp/cakephp/src/Database/Type.php | 3 +-
.../Database/Type/BatchCastingInterface.php | 1 -
.../cakephp/src/Database/Type/BinaryType.php | 6 +-
.../src/Database/Type/BinaryUuidType.php | 7 +-
.../src/Database/Type/DateTimeType.php | 11 +-
.../cakephp/src/Database/Type/DateType.php | 3 +-
.../cakephp/src/Database/Type/DecimalType.php | 5 +-
.../Type/ExpressionTypeCasterTrait.php | 2 -
.../Database/Type/ExpressionTypeInterface.php | 1 -
.../cakephp/src/Database/Type/FloatType.php | 7 +-
.../cakephp/src/Database/Type/JsonType.php | 2 +-
.../Type/OptionalConvertInterface.php | 1 -
.../cakephp/src/Database/Type/StringType.php | 3 +-
.../cakephp/src/Database/Type/TimeType.php | 3 +-
.../cakephp/src/Database/Type/UuidType.php | 3 +-
.../src/Database/TypeConverterTrait.php | 1 -
.../cakephp/src/Database/TypeInterface.php | 1 -
.../cakephp/cakephp/src/Database/TypeMap.php | 5 +-
.../cakephp/src/Database/TypeMapTrait.php | 1 -
.../src/Database/TypedResultInterface.php | 1 -
.../cakephp/src/Database/TypedResultTrait.php | 1 -
.../cakephp/src/Database/ValueBinder.php | 3 +-
.../cakephp/src/Database/composer.json | 2 +-
.../src/Datasource/ConnectionInterface.php | 2 +
.../src/Datasource/ConnectionManager.php | 3 +-
.../src/Datasource/ConnectionRegistry.php | 7 +-
.../src/Datasource/EntityInterface.php | 15 +-
.../cakephp/src/Datasource/EntityTrait.php | 115 +-
.../Exception/InvalidPrimaryKeyException.php | 1 -
.../MissingDatasourceConfigException.php | 4 +-
.../Exception/MissingDatasourceException.php | 4 +-
.../Exception/MissingModelException.php | 4 +-
.../Exception/RecordNotFoundException.php | 1 -
.../src/Datasource/ModelAwareTrait.php | 3 -
.../cakephp/src/Datasource/Paginator.php | 229 +-
.../cakephp/src/Datasource/QueryCacher.php | 1 -
.../cakephp/src/Datasource/QueryInterface.php | 20 +-
.../cakephp/src/Datasource/QueryTrait.php | 5 +-
.../cakephp/cakephp/src/Datasource/README.md | 2 +-
.../src/Datasource/RepositoryInterface.php | 1 -
.../src/Datasource/ResultSetDecorator.php | 1 -
.../src/Datasource/RulesAwareTrait.php | 1 -
.../src/Datasource/SchemaInterface.php | 1 -
.../src/Datasource/SimplePaginator.php | 38 +
.../src/Datasource/TableSchemaInterface.php | 1 -
.../cakephp/src/Datasource/composer.json | 2 +-
.../cakephp/src/Error/BaseErrorHandler.php | 21 +-
.../cakephp/cakephp/src/Error/Debugger.php | 23 +-
.../cakephp/src/Error/ErrorHandler.php | 11 +-
.../cakephp/src/Error/ExceptionRenderer.php | 14 +-
.../cakephp/src/Error/FatalErrorException.php | 1 -
.../Middleware/ErrorHandlerMiddleware.php | 11 +-
.../cakephp/src/Error/PHP7ErrorException.php | 1 -
.../src/Event/Decorator/AbstractDecorator.php | 1 -
.../Event/Decorator/ConditionDecorator.php | 1 -
.../Decorator/SubjectFilterDecorator.php | 1 -
.../cakephp/cakephp/src/Event/Event.php | 1 -
.../src/Event/EventDispatcherInterface.php | 1 -
.../src/Event/EventDispatcherTrait.php | 2 -
.../cakephp/cakephp/src/Event/EventList.php | 1 -
.../src/Event/EventListenerInterface.php | 1 -
.../cakephp/src/Event/EventManager.php | 10 +-
.../src/Event/EventManagerInterface.php | 2 -
.../cakephp/src/Event/EventManagerTrait.php | 1 -
.../cakephp/cakephp/src/Event/README.md | 2 +-
.../cakephp/cakephp/src/Event/composer.json | 2 +-
.../cakephp/cakephp/src/Filesystem/File.php | 35 +-
.../cakephp/cakephp/src/Filesystem/Folder.php | 37 +-
.../cakephp/cakephp/src/Filesystem/README.md | 2 +-
.../cakephp/src/Filesystem/composer.json | 2 +-
app/vendor/cakephp/cakephp/src/Form/Form.php | 22 +-
app/vendor/cakephp/cakephp/src/Form/README.md | 2 +-
.../cakephp/cakephp/src/Form/Schema.php | 5 +-
.../cakephp/cakephp/src/Form/composer.json | 2 +-
.../cakephp/src/Http/BaseApplication.php | 23 +-
.../cakephp/src/Http/CallbackStream.php | 4 +-
.../cakephp/cakephp/src/Http/Client.php | 21 +-
.../cakephp/src/Http/Client/Adapter/Curl.php | 16 +-
.../src/Http/Client/Adapter/Stream.php | 3 +-
.../cakephp/src/Http/Client/Auth/Basic.php | 3 +-
.../cakephp/src/Http/Client/Auth/Digest.php | 1 -
.../cakephp/src/Http/Client/Auth/Oauth.php | 8 +-
.../src/Http/Client/CookieCollection.php | 3 +-
.../cakephp/src/Http/Client/FormData.php | 5 +-
.../cakephp/src/Http/Client/FormDataPart.php | 50 +-
.../cakephp/src/Http/Client/Message.php | 1 -
.../cakephp/src/Http/Client/Request.php | 6 +-
.../cakephp/src/Http/Client/Response.php | 24 +-
.../cakephp/src/Http/ControllerFactory.php | 5 +-
.../cakephp/src/Http/Cookie/Cookie.php | 72 +-
.../src/Http/Cookie/CookieCollection.php | 3 +-
.../src/Http/Cookie/CookieInterface.php | 36 +-
.../cakephp/cakephp/src/Http/CorsBuilder.php | 5 +-
.../Http/Exception/BadRequestException.php | 1 -
.../src/Http/Exception/ConflictException.php | 1 -
.../src/Http/Exception/ForbiddenException.php | 1 -
.../src/Http/Exception/GoneException.php | 1 -
.../Http/Exception/InternalErrorException.php | 1 -
.../Exception/InvalidCsrfTokenException.php | 1 -
.../Exception/MethodNotAllowedException.php | 1 -
.../Http/Exception/NotAcceptableException.php | 1 -
.../src/Http/Exception/NotFoundException.php | 1 -
.../Exception/NotImplementedException.php | 1 -
.../Exception/ServiceUnavailableException.php | 1 -
.../Http/Exception/UnauthorizedException.php | 1 -
.../UnavailableForLegalReasonsException.php | 1 -
.../src/Http/Middleware/CspMiddleware.php | 72 +
.../Middleware/CsrfProtectionMiddleware.php | 10 +-
.../Middleware/EncryptedCookieMiddleware.php | 1 +
.../Middleware/SecurityHeadersMiddleware.php | 2 +-
.../cakephp/src/Http/MiddlewareQueue.php | 12 +-
.../cakephp/src/Http/RequestTransformer.php | 2 +-
.../cakephp/cakephp/src/Http/Response.php | 139 +-
.../cakephp/src/Http/ResponseEmitter.php | 81 +-
.../cakephp/src/Http/ResponseTransformer.php | 4 +-
.../cakephp/cakephp/src/Http/Server.php | 5 +-
.../cakephp/src/Http/ServerRequest.php | 84 +-
.../cakephp/src/Http/ServerRequestFactory.php | 10 +-
.../cakephp/cakephp/src/Http/Session.php | 51 +-
.../cakephp/src/Http/Session/CacheSession.php | 10 +-
.../cakephp/src/I18n/ChainMessagesLoader.php | 1 -
.../cakephp/src/I18n/DateFormatTrait.php | 73 +-
.../src/I18n/Formatter/IcuFormatter.php | 20 -
.../src/I18n/Formatter/SprintfFormatter.php | 3 -
.../cakephp/cakephp/src/I18n/FrozenTime.php | 2 +-
app/vendor/cakephp/cakephp/src/I18n/I18n.php | 5 +-
.../cakephp/src/I18n/MessagesFileLoader.php | 7 +-
.../cakephp/cakephp/src/I18n/Number.php | 148 +-
.../cakephp/src/I18n/Parser/MoFileParser.php | 14 +-
.../cakephp/src/I18n/Parser/PoFileParser.php | 9 +-
.../cakephp/cakephp/src/I18n/PluralRules.php | 49 +-
app/vendor/cakephp/cakephp/src/I18n/README.md | 8 +-
.../src/I18n/RelativeTimeFormatter.php | 8 +-
app/vendor/cakephp/cakephp/src/I18n/Time.php | 6 +-
.../cakephp/cakephp/src/I18n/Translator.php | 11 +-
.../cakephp/src/I18n/TranslatorFactory.php | 2 +-
.../cakephp/src/I18n/TranslatorRegistry.php | 7 +-
.../cakephp/cakephp/src/I18n/composer.json | 2 +-
.../cakephp/cakephp/src/I18n/functions.php | 65 +-
.../cakephp/src/Log/Engine/BaseLog.php | 4 +-
.../cakephp/src/Log/Engine/ConsoleLog.php | 1 -
.../cakephp/src/Log/Engine/FileLog.php | 7 +-
.../cakephp/src/Log/Engine/SyslogLog.php | 5 +-
app/vendor/cakephp/cakephp/src/Log/Log.php | 9 +-
.../cakephp/src/Log/LogEngineRegistry.php | 7 +-
.../cakephp/cakephp/src/Log/LogTrait.php | 7 +-
app/vendor/cakephp/cakephp/src/Log/README.md | 4 +-
.../cakephp/cakephp/src/Log/composer.json | 2 +-
.../cakephp/cakephp/src/Mailer/Email.php | 88 +-
.../Exception/MissingActionException.php | 1 -
.../Exception/MissingMailerException.php | 4 +-
.../cakephp/cakephp/src/Mailer/Mailer.php | 1 -
.../cakephp/src/Mailer/MailerAwareTrait.php | 1 -
.../src/Mailer/Transport/DebugTransport.php | 1 -
.../src/Mailer/Transport/MailTransport.php | 1 -
.../src/Mailer/Transport/SmtpTransport.php | 85 +-
.../cakephp/src/Mailer/TransportFactory.php | 2 +-
.../cakephp/src/Mailer/TransportRegistry.php | 6 +-
.../src/Network/Exception/SocketException.php | 1 -
.../cakephp/cakephp/src/Network/Socket.php | 34 +-
.../cakephp/cakephp/src/ORM/Association.php | 29 +-
.../cakephp/src/ORM/Association/BelongsTo.php | 13 +-
.../src/ORM/Association/BelongsToMany.php | 59 +-
.../ORM/Association/DependentDeleteHelper.php | 1 -
.../ORM/Association/DependentDeleteTrait.php | 1 -
.../cakephp/src/ORM/Association/HasMany.php | 34 +-
.../cakephp/src/ORM/Association/HasOne.php | 8 +-
.../ORM/Association/Loader/SelectLoader.php | 5 +-
.../Loader/SelectWithPivotLoader.php | 10 +-
.../cakephp/src/ORM/AssociationCollection.php | 5 +-
.../src/ORM/AssociationsNormalizerTrait.php | 3 +-
.../cakephp/cakephp/src/ORM/Behavior.php | 17 +-
.../src/ORM/Behavior/CounterCacheBehavior.php | 7 +-
.../src/ORM/Behavior/TimestampBehavior.php | 16 +-
.../ORM/Behavior/Translate/TranslateTrait.php | 1 -
.../src/ORM/Behavior/TranslateBehavior.php | 45 +-
.../cakephp/src/ORM/Behavior/TreeBehavior.php | 79 +-
.../cakephp/src/ORM/BehaviorRegistry.php | 7 +-
.../cakephp/cakephp/src/ORM/EagerLoadable.php | 7 +-
.../cakephp/cakephp/src/ORM/EagerLoader.php | 26 +-
app/vendor/cakephp/cakephp/src/ORM/Entity.php | 6 +-
.../Exception/MissingBehaviorException.php | 4 +-
.../ORM/Exception/MissingEntityException.php | 4 +-
.../Exception/MissingTableClassException.php | 4 +-
.../Exception/PersistenceFailedException.php | 1 -
.../RolledbackTransactionException.php | 4 +-
.../cakephp/src/ORM/LazyEagerLoader.php | 1 -
.../src/ORM/Locator/LocatorAwareTrait.php | 3 +-
.../src/ORM/Locator/LocatorInterface.php | 1 -
.../cakephp/src/ORM/Locator/TableLocator.php | 5 +-
.../cakephp/cakephp/src/ORM/Marshaller.php | 57 +-
app/vendor/cakephp/cakephp/src/ORM/Query.php | 52 +-
app/vendor/cakephp/cakephp/src/ORM/README.md | 18 +-
.../cakephp/cakephp/src/ORM/ResultSet.php | 11 +-
.../cakephp/cakephp/src/ORM/Rule/ExistsIn.php | 1 -
.../cakephp/cakephp/src/ORM/Rule/IsUnique.php | 1 -
.../cakephp/src/ORM/Rule/ValidCount.php | 1 -
.../cakephp/cakephp/src/ORM/RulesChecker.php | 3 +-
.../cakephp/src/ORM/SaveOptionsBuilder.php | 1 -
app/vendor/cakephp/cakephp/src/ORM/Table.php | 223 +-
.../cakephp/cakephp/src/ORM/TableRegistry.php | 1 -
.../cakephp/cakephp/src/ORM/composer.json | 2 +-
.../cakephp/src/Routing/Dispatcher.php | 1 -
.../cakephp/src/Routing/DispatcherFactory.php | 1 -
.../cakephp/src/Routing/DispatcherFilter.php | 6 +-
.../DuplicateNamedRouteException.php | 1 -
.../Exception/MissingControllerException.php | 1 -
.../MissingDispatcherFilterException.php | 1 -
.../Exception/MissingRouteException.php | 1 -
.../Routing/Exception/RedirectException.php | 1 -
.../src/Routing/Filter/AssetFilter.php | 6 +-
.../Filter/ControllerFactoryFilter.php | 1 -
.../Routing/Filter/LocaleSelectorFilter.php | 3 +-
.../src/Routing/Filter/RoutingFilter.php | 5 +-
.../Routing/Middleware/AssetMiddleware.php | 10 +-
.../Routing/Middleware/RoutingMiddleware.php | 6 +-
.../src/Routing/RequestActionTrait.php | 9 +-
.../cakephp/src/Routing/Route/DashedRoute.php | 1 -
.../src/Routing/Route/InflectedRoute.php | 1 -
.../src/Routing/Route/PluginShortRoute.php | 1 -
.../src/Routing/Route/RedirectRoute.php | 1 -
.../cakephp/src/Routing/Route/Route.php | 41 +-
.../cakephp/src/Routing/RouteBuilder.php | 68 +-
.../cakephp/src/Routing/RouteCollection.php | 15 +-
.../cakephp/cakephp/src/Routing/Router.php | 29 +-
.../cakephp/cakephp/src/Shell/CacheShell.php | 11 +-
.../cakephp/src/Shell/CommandListShell.php | 5 +-
.../cakephp/src/Shell/CompletionShell.php | 17 +-
.../src/Shell/Helper/ProgressHelper.php | 9 +-
.../cakephp/src/Shell/Helper/TableHelper.php | 13 +-
.../cakephp/cakephp/src/Shell/I18nShell.php | 17 +-
.../cakephp/src/Shell/OrmCacheShell.php | 1 -
.../cakephp/cakephp/src/Shell/PluginShell.php | 3 +-
.../cakephp/cakephp/src/Shell/RoutesShell.php | 18 +-
.../cakephp/src/Shell/SchemaCacheShell.php | 1 -
.../cakephp/cakephp/src/Shell/ServerShell.php | 11 +-
.../cakephp/src/Shell/Task/AssetsTask.php | 14 +-
.../cakephp/src/Shell/Task/CommandTask.php | 14 +-
.../cakephp/src/Shell/Task/ExtractTask.php | 56 +-
.../cakephp/src/Shell/Task/LoadTask.php | 1 -
.../cakephp/src/Shell/Task/UnloadTask.php | 1 -
.../Template/Element/plugin_class_error.ctp | 4 +-
.../cakephp/src/Template/Layout/dev_error.ctp | 2 +-
.../TestSuite/ConsoleIntegrationTestTrait.php | 7 +
.../Constraint/Console/ContentsBase.php | 3 +-
.../Constraint/Console/ContentsContain.php | 1 -
.../Constraint/Console/ContentsContainRow.php | 3 +-
.../Constraint/Console/ContentsEmpty.php | 1 -
.../Constraint/Console/ContentsNotContain.php | 1 -
.../Constraint/Console/ContentsRegExp.php | 3 +-
.../TestSuite/Constraint/Console/ExitCode.php | 1 -
.../Constraint/Email/MailConstraintBase.php | 6 +-
.../Constraint/Email/MailContains.php | 1 -
.../Email/MailContainsAttachment.php | 76 +
.../Constraint/Email/MailContainsHtml.php | 3 +
.../Constraint/Email/MailContainsText.php | 3 +
.../TestSuite/Constraint/Email/MailCount.php | 1 -
.../Constraint/Email/MailSentFrom.php | 3 +
.../TestSuite/Constraint/Email/MailSentTo.php | 3 +
.../Constraint/Email/MailSentWith.php | 29 +-
.../TestSuite/Constraint/Email/NoMailSent.php | 1 -
.../TestSuite/Constraint/EventFiredWith.php | 2 +-
.../Constraint/Response/BodyContains.php | 1 -
.../Constraint/Response/BodyEmpty.php | 1 -
.../Constraint/Response/BodyEquals.php | 1 -
.../Constraint/Response/BodyNotContains.php | 1 -
.../Constraint/Response/BodyNotEmpty.php | 1 -
.../Constraint/Response/BodyNotEquals.php | 1 -
.../Constraint/Response/BodyNotRegExp.php | 1 -
.../Constraint/Response/BodyRegExp.php | 3 +-
.../Constraint/Response/ContentType.php | 3 +-
.../Response/CookieEncryptedEquals.php | 2 +-
.../Constraint/Response/CookieEquals.php | 2 +-
.../Constraint/Response/CookieNotSet.php | 3 +-
.../Constraint/Response/CookieSet.php | 3 +-
.../Constraint/Response/FileSent.php | 1 -
.../Constraint/Response/FileSentAs.php | 1 -
.../Constraint/Response/HeaderContains.php | 3 +-
.../Constraint/Response/HeaderEquals.php | 4 +-
.../Constraint/Response/HeaderNotContains.php | 3 +-
.../Constraint/Response/ResponseBase.php | 1 -
.../Constraint/Response/StatusCode.php | 5 +-
.../Constraint/Response/StatusCodeBase.php | 1 -
.../Constraint/Response/StatusError.php | 4 +-
.../Constraint/Response/StatusFailure.php | 4 +-
.../Constraint/Response/StatusOk.php | 4 +-
.../Constraint/Response/StatusSuccess.php | 4 +-
.../Constraint/Session/FlashParamEquals.php | 5 +-
.../Constraint/Session/SessionEquals.php | 1 -
.../Constraint/View/LayoutFileEquals.php | 3 +-
.../Constraint/View/TemplateFileEquals.php | 3 +-
.../src/TestSuite/EmailAssertTrait.php | 2 -
.../cakephp/src/TestSuite/EmailTrait.php | 47 +-
.../src/TestSuite/Fixture/FixtureInjector.php | 1 -
.../src/TestSuite/Fixture/FixtureManager.php | 24 +-
.../src/TestSuite/Fixture/TestFixture.php | 5 +-
.../src/TestSuite/IntegrationTestTrait.php | 30 +-
.../src/TestSuite/LegacyRequestDispatcher.php | 1 -
.../src/TestSuite/MiddlewareDispatcher.php | 6 +-
.../cakephp/src/TestSuite/MockBuilder.php | 57 +
.../src/TestSuite/StringCompareTrait.php | 1 -
.../src/TestSuite/Stub/ConsoleInput.php | 10 +-
.../src/TestSuite/Stub/ConsoleOutput.php | 3 +-
.../Stub/MissingConsoleInputException.php | 33 +
.../cakephp/src/TestSuite/Stub/Response.php | 3 +-
.../TestSuite/Stub/TestExceptionRenderer.php | 1 -
.../cakephp/src/TestSuite/TestCase.php | 172 +-
.../src/TestSuite/TestEmailTransport.php | 2 +-
.../cakephp/src/TestSuite/TestSuite.php | 1 -
.../cakephp/src/Utility/CookieCryptTrait.php | 13 +-
.../cakephp/src/Utility/Crypto/Mcrypt.php | 3 +-
.../cakephp/src/Utility/Crypto/OpenSsl.php | 8 +-
.../src/Utility/Exception/XmlException.php | 1 -
.../cakephp/cakephp/src/Utility/Hash.php | 107 +-
.../cakephp/cakephp/src/Utility/Inflector.php | 59 +-
.../src/Utility/MergeVariablesTrait.php | 4 +-
.../cakephp/cakephp/src/Utility/README.md | 10 +-
.../cakephp/cakephp/src/Utility/Security.php | 16 +-
.../cakephp/cakephp/src/Utility/Text.php | 77 +-
.../cakephp/cakephp/src/Utility/Xml.php | 26 +-
.../cakephp/cakephp/src/Utility/composer.json | 2 +-
.../cakephp/cakephp/src/Validation/README.md | 4 +-
.../cakephp/src/Validation/RulesProvider.php | 5 +-
.../src/Validation/ValidatableInterface.php | 1 -
.../cakephp/src/Validation/Validation.php | 301 +-
.../cakephp/src/Validation/ValidationRule.php | 5 +-
.../cakephp/src/Validation/ValidationSet.php | 3 +-
.../cakephp/src/Validation/Validator.php | 211 +-
.../Validation/ValidatorAwareInterface.php | 1 -
.../src/Validation/ValidatorAwareTrait.php | 5 +-
.../cakephp/src/Validation/composer.json | 2 +-
.../cakephp/cakephp/src/View/AjaxView.php | 1 -
app/vendor/cakephp/cakephp/src/View/Cell.php | 5 +-
.../cakephp/cakephp/src/View/CellTrait.php | 3 +-
.../View/Exception/MissingCellException.php | 4 +-
.../Exception/MissingCellViewException.php | 4 +-
.../Exception/MissingElementException.php | 5 +-
.../View/Exception/MissingHelperException.php | 4 +-
.../View/Exception/MissingLayoutException.php | 4 +-
.../Exception/MissingTemplateException.php | 4 +-
.../View/Exception/MissingViewException.php | 4 +-
.../cakephp/src/View/Form/ArrayContext.php | 10 +-
.../cakephp/src/View/Form/ContextFactory.php | 6 +-
.../src/View/Form/ContextInterface.php | 3 +-
.../cakephp/src/View/Form/EntityContext.php | 13 +-
.../cakephp/src/View/Form/FormContext.php | 11 +-
.../cakephp/src/View/Form/NullContext.php | 1 -
.../cakephp/cakephp/src/View/Helper.php | 7 +-
.../src/View/Helper/BreadcrumbsHelper.php | 11 +-
.../cakephp/src/View/Helper/FlashHelper.php | 1 -
.../cakephp/src/View/Helper/FormHelper.php | 156 +-
.../cakephp/src/View/Helper/HtmlHelper.php | 128 +-
.../src/View/Helper/IdGeneratorTrait.php | 1 -
.../cakephp/src/View/Helper/NumberHelper.php | 33 +-
.../src/View/Helper/PaginatorHelper.php | 82 +-
.../cakephp/src/View/Helper/RssHelper.php | 9 +-
.../cakephp/src/View/Helper/SessionHelper.php | 3 +-
.../cakephp/src/View/Helper/TextHelper.php | 53 +-
.../cakephp/src/View/Helper/TimeHelper.php | 34 +-
.../cakephp/src/View/Helper/UrlHelper.php | 12 +-
.../cakephp/src/View/HelperRegistry.php | 5 +-
.../cakephp/cakephp/src/View/JsonView.php | 1 -
.../cakephp/src/View/SerializedView.php | 7 +-
.../cakephp/src/View/StringTemplate.php | 7 +-
.../cakephp/src/View/StringTemplateTrait.php | 3 +-
app/vendor/cakephp/cakephp/src/View/View.php | 70 +-
.../cakephp/cakephp/src/View/ViewBlock.php | 5 +-
.../cakephp/cakephp/src/View/ViewBuilder.php | 25 +-
.../cakephp/src/View/ViewVarsTrait.php | 1 -
.../cakephp/src/View/Widget/BasicWidget.php | 3 +-
.../cakephp/src/View/Widget/ButtonWidget.php | 3 +-
.../src/View/Widget/CheckboxWidget.php | 5 +-
.../src/View/Widget/DateTimeWidget.php | 7 +-
.../cakephp/src/View/Widget/FileWidget.php | 3 +-
.../cakephp/src/View/Widget/LabelWidget.php | 3 +-
.../src/View/Widget/MultiCheckboxWidget.php | 14 +-
.../src/View/Widget/NestingLabelWidget.php | 1 -
.../cakephp/src/View/Widget/RadioWidget.php | 11 +-
.../src/View/Widget/SelectBoxWidget.php | 12 +-
.../src/View/Widget/TextareaWidget.php | 4 +-
.../src/View/Widget/WidgetInterface.php | 3 +-
.../cakephp/src/View/Widget/WidgetLocator.php | 4 +-
.../cakephp/cakephp/src/View/XmlView.php | 1 -
app/vendor/cakephp/cakephp/src/basics.php | 18 +-
.../cakephp/tests/Fixture/ArticlesFixture.php | 5 +-
.../tests/Fixture/ArticlesTagsFixture.php | 7 +-
.../Fixture/AssertIntegrationTestCase.php | 1 -
.../tests/Fixture/AttachmentsFixture.php | 5 +-
.../tests/Fixture/AuthUsersFixture.php | 3 +-
.../cakephp/tests/Fixture/AuthorsFixture.php | 3 +-
.../tests/Fixture/AuthorsTagsFixture.php | 5 +-
.../tests/Fixture/BinaryUuiditemsFixture.php | 3 +-
.../tests/Fixture/CakeSessionsFixture.php | 3 +-
.../tests/Fixture/CategoriesFixture.php | 3 +-
.../cakephp/tests/Fixture/CommentsFixture.php | 5 +-
.../Fixture/CompositeIncrementsFixture.php | 3 +-
.../Fixture/CounterCacheCategoriesFixture.php | 3 +-
.../Fixture/CounterCacheCommentsFixture.php | 3 +-
.../Fixture/CounterCachePostsFixture.php | 3 +-
.../CounterCacheUserCategoryPostsFixture.php | 5 +-
.../Fixture/CounterCacheUsersFixture.php | 3 +-
.../tests/Fixture/DatatypesFixture.php | 3 +-
.../cakephp/tests/Fixture/DateKeysFixture.php | 3 +-
.../tests/Fixture/FeaturedTagsFixture.php | 5 +-
.../tests/Fixture/FixturizedTestCase.php | 2 +-
.../cakephp/tests/Fixture/GroupsFixture.php | 3 +-
.../tests/Fixture/GroupsMembersFixture.php | 3 +-
.../cakephp/tests/Fixture/MembersFixture.php | 3 +-
.../tests/Fixture/MenuLinkTreesFixture.php | 3 +-
.../tests/Fixture/NumberTreesFixture.php | 27 +-
.../tests/Fixture/OrderedUuidItemsFixture.php | 4 +-
.../cakephp/tests/Fixture/OrdersFixture.php | 13 +-
.../Fixture/PolymorphicTaggedFixture.php | 3 +-
.../cakephp/tests/Fixture/PostsFixture.php | 5 +-
.../cakephp/tests/Fixture/ProductsFixture.php | 4 +-
.../cakephp/tests/Fixture/ProfilesFixture.php | 3 +-
.../cakephp/tests/Fixture/SessionsFixture.php | 3 +-
.../tests/Fixture/SiteArticlesFixture.php | 5 +-
.../tests/Fixture/SiteArticlesTagsFixture.php | 7 +-
.../tests/Fixture/SiteAuthorsFixture.php | 5 +-
.../cakephp/tests/Fixture/SiteTagsFixture.php | 5 +-
.../tests/Fixture/SpecialTagsFixture.php | 7 +-
.../cakephp/tests/Fixture/TagsFixture.php | 5 +-
.../tests/Fixture/TagsTranslationsFixture.php | 5 +-
.../Fixture/TestPluginCommentsFixture.php | 5 +-
.../cakephp/tests/Fixture/ThingsFixture.php | 5 +-
.../tests/Fixture/TranslatesFixture.php | 3 +-
.../cakephp/tests/Fixture/UsersFixture.php | 3 +-
.../tests/Fixture/UuiditemsFixture.php | 5 +-
.../tests/Fixture/UuidportfoliosFixture.php | 3 +-
...tionTableMixinClassReflectionExtension.php | 7 +-
.../TableFindByPropertyMethodReflection.php | 13 +-
.../cakephp/cakephp/tests/bootstrap.php | 15 +-
.../cakephp/cakephp/tests/phpunit_aliases.php | 4 +
app/vendor/cakephp/chronos/.appveyor.yml | 34 +
app/vendor/cakephp/chronos/README.md | 11 +-
app/vendor/cakephp/chronos/composer.json | 8 +-
app/vendor/cakephp/chronos/docs.Dockerfile | 9 +-
app/vendor/cakephp/chronos/docs/config/all.py | 2 +
app/vendor/cakephp/chronos/docs/en/index.rst | 6 +-
app/vendor/cakephp/chronos/docs/fr/index.rst | 4 +-
app/vendor/cakephp/chronos/docs/ja/index.rst | 6 +-
app/vendor/cakephp/chronos/docs/pt/index.rst | 4 +-
app/vendor/cakephp/chronos/src/Chronos.php | 18 +-
.../cakephp/chronos/src/ChronosInterface.php | 54 +
.../cakephp/chronos/src/ChronosInterval.php | 44 +-
app/vendor/cakephp/chronos/src/Date.php | 11 +-
.../cakephp/chronos/src/MutableDate.php | 11 +-
.../cakephp/chronos/src/MutableDateTime.php | 36 +-
.../chronos/src/Traits/ComparisonTrait.php | 72 +-
.../chronos/src/Traits/FactoryTrait.php | 57 +-
.../chronos/src/Traits/FrozenTimeTrait.php | 2 +-
.../chronos/src/Traits/MagicPropertyTrait.php | 3 +-
.../chronos/src/Traits/ModifierTrait.php | 6 +-
.../chronos/src/Traits/TestingAidTrait.php | 2 +-
.../debug_kit/.github/workflows/ci.yml | 91 +
app/vendor/cakephp/debug_kit/.jshintrc | 84 -
app/vendor/cakephp/debug_kit/.stickler.yml | 11 -
app/vendor/cakephp/debug_kit/Dockerfile | 24 +
app/vendor/cakephp/debug_kit/LICENSE.txt | 2 +-
app/vendor/cakephp/debug_kit/README.md | 6 +-
app/vendor/cakephp/debug_kit/composer.json | 25 +-
.../cakephp/debug_kit/config/bootstrap.php | 5 +-
.../cakephp/debug_kit/config/routes.php | 7 +
app/vendor/cakephp/debug_kit/docs.Dockerfile | 24 +
.../debug_kit/docs/config/__init__.py} | 0
.../cakephp/debug_kit/docs/config/all.py | 52 +
app/vendor/cakephp/debug_kit/docs/en/conf.py | 9 +
.../cakephp/debug_kit/docs/en/contents.rst | 5 +
.../cakephp/debug_kit/docs/en/index.rst | 286 +
app/vendor/cakephp/debug_kit/docs/fr/conf.py | 9 +
.../cakephp/debug_kit/docs/fr/contents.rst | 5 +
.../cakephp/debug_kit/docs/fr/index.rst | 239 +
app/vendor/cakephp/debug_kit/docs/ja/conf.py | 9 +
.../cakephp/debug_kit/docs/ja/contents.rst | 5 +
.../cakephp/debug_kit/docs/ja/index.rst | 267 +
app/vendor/cakephp/debug_kit/docs/pt/conf.py | 9 +
.../cakephp/debug_kit/docs/pt/contents.rst | 5 +
.../cakephp/debug_kit/docs/pt/index.rst | 216 +
.../src/Cache/Engine/DebugEngine.php | 2 +-
.../src/Controller/ComposerController.php | 23 +-
.../src/Controller/DashboardController.php | 68 +
.../src/Controller/DebugKitController.php | 54 +
.../src/Controller/MailPreviewController.php | 24 +-
.../src/Controller/PanelsController.php | 22 +-
.../src/Controller/RequestsController.php | 12 +-
.../src/Controller/ToolbarController.php | 21 +-
.../debug_kit/src/Database/Log/DebugLog.php | 2 +-
.../cakephp/debug_kit/src/DebugInclude.php | 2 +-
.../cakephp/debug_kit/src/DebugTimer.php | 6 +-
.../debug_kit/src/Mailer/PreviewResult.php | 4 +-
.../Mailer/Transport/DebugKitTransport.php | 59 +-
.../debug_kit/src/Model/Entity/Panel.php | 1 +
.../src/Model/Table/LazyTableTrait.php | 33 +-
.../debug_kit/src/Model/Table/PanelsTable.php | 1 -
.../src/Model/Table/RequestsTable.php | 26 +-
.../debug_kit/src/Panel/CachePanel.php | 8 +-
.../debug_kit/src/Panel/EnvironmentPanel.php | 2 +-
.../cakephp/debug_kit/src/Panel/LogPanel.php | 2 +-
.../cakephp/debug_kit/src/Panel/MailPanel.php | 10 +-
.../debug_kit/src/Panel/PanelRegistry.php | 2 +-
.../debug_kit/src/Panel/RequestPanel.php | 5 +-
.../debug_kit/src/Panel/RoutesPanel.php | 14 +-
.../debug_kit/src/Panel/SqlLogPanel.php | 6 +-
.../debug_kit/src/Panel/TimerPanel.php | 26 +-
.../debug_kit/src/Panel/VariablesPanel.php | 40 +-
.../src/Routing/Filter/DebugBarFilter.php | 2 +-
.../debug_kit/src/Shell/BenchmarkShell.php | 17 +-
.../debug_kit/src/Shell/WhitespaceShell.php | 2 +-
.../src/Template/Dashboard/index.ctp | 26 +
.../src/Template/Element/cache_panel.ctp | 1 +
.../src/Template/Element/packages_panel.ctp | 1 +
.../src/Template/Element/routes_panel.ctp | 23 +-
.../src/Template/Layout/dashboard.ctp | 13 +
.../cakephp/debug_kit/src/ToolbarService.php | 11 +-
.../src/View/Helper/CredentialsHelper.php | 2 +-
.../debug_kit/src/View/Helper/TidyHelper.php | 7 +-
.../src/View/Helper/ToolbarHelper.php | 4 +-
.../debug_kit/tests/Fixture/PanelsFixture.php | 10 +-
.../tests/Fixture/RequestsFixture.php | 6 +-
.../cakephp/debug_kit/webroot/css/toolbar.css | 1 +
.../cakephp/debug_kit/webroot/js/toolbar.js | 22 +-
.../cakephp/plugin-installer/.editorconfig | 11 -
.../cakephp/plugin-installer/.gitattributes | 5 +
.../cakephp/plugin-installer/.gitignore | 3 +-
.../cakephp/plugin-installer/.travis.yml | 23 -
.../cakephp/plugin-installer/LICENSE.txt | 2 +-
app/vendor/cakephp/plugin-installer/README.md | 5 +
.../cakephp/plugin-installer/composer.json | 27 +-
.../cakephp/plugin-installer/phpunit.xml.dist | 20 -
.../src/Installer/PluginInstaller.php | 444 +-
.../cakephp/plugin-installer/src/Plugin.php | 270 +
.../tests/Installer/PluginInstaller.php | 25 -
.../Installer/PluginInstallerTest.php | 410 +-
.../tests/TestCase/PluginTest.php | 334 +
.../plugin-installer/tests/bootstrap.php | 4 -
.../Installer/PluginInstallerTest.php | 42 +
.../TestCase/PHPUnitAssertionCompatTrait.php | 11 +
.../tests/php56/TestCase/PluginTest.php | 334 +
app/vendor/composer/ClassLoader.php | 161 +-
app/vendor/composer/InstalledVersions.php | 337 +
app/vendor/composer/autoload_classmap.php | 5 +
app/vendor/composer/autoload_files.php | 28 +-
app/vendor/composer/autoload_namespaces.php | 1 -
app/vendor/composer/autoload_psr4.php | 10 +-
app/vendor/composer/autoload_real.php | 7 +-
app/vendor/composer/autoload_static.php | 98 +-
app/vendor/composer/ca-bundle/README.md | 14 +-
app/vendor/composer/ca-bundle/composer.json | 16 +-
app/vendor/composer/ca-bundle/res/cacert.pem | 1418 ++--
.../composer/ca-bundle/src/CaBundle.php | 99 +-
app/vendor/composer/composer/.editorconfig | 11 +
app/vendor/composer/composer/.gitattributes | 8 +-
.../composer/composer/.github/CONTRIBUTING.md | 54 -
.../composer/.github/ISSUE_TEMPLATE.md | 25 -
app/vendor/composer/composer/.gitignore | 3 +-
app/vendor/composer/composer/.php_cs | 58 -
app/vendor/composer/composer/.travis.yml | 75 -
app/vendor/composer/composer/CHANGELOG.md | 649 +-
.../composer/composer/CODE_OF_CONDUCT.md | 76 +
app/vendor/composer/composer/README.md | 17 +-
app/vendor/composer/composer/UPGRADE-2.0.md | 111 +
app/vendor/composer/composer/appveyor.yml | 29 -
app/vendor/composer/composer/bin/compile | 2 +-
app/vendor/composer/composer/bin/composer | 67 +-
app/vendor/composer/composer/composer.json | 63 +-
app/vendor/composer/composer/composer.lock | 1292 ++-
app/vendor/composer/composer/doc/00-intro.md | 40 +-
.../composer/composer/doc/01-basic-usage.md | 147 +-
.../composer/composer/doc/02-libraries.md | 14 +-
app/vendor/composer/composer/doc/03-cli.md | 489 +-
app/vendor/composer/composer/doc/04-schema.md | 134 +-
.../composer/composer/doc/05-repositories.md | 289 +-
app/vendor/composer/composer/doc/06-config.md | 163 +-
.../composer/composer/doc/07-runtime.md | 155 +
.../doc/{07-community.md => 08-community.md} | 19 +-
.../composer/composer/doc/articles/aliases.md | 8 +-
.../authentication-for-private-packages.md | 301 +
.../doc/articles/autoloader-optimization.md | 16 +-
.../doc/articles/custom-installers.md | 5 +-
...-satis.md => handling-private-packages.md} | 33 +-
.../doc/articles/http-basic-authentication.md | 59 -
.../composer/composer/doc/articles/plugins.md | 73 +-
.../doc/articles/repository-priorities.md | 95 +
.../doc/articles/resolving-merge-conflicts.md | 62 +
.../composer/composer/doc/articles/scripts.md | 122 +-
.../composer/doc/articles/troubleshooting.md | 84 +-
.../composer/doc/articles/versions.md | 36 +-
...ckage-to-a-custom-path-for-my-framework.md | 13 +-
...ow-to-install-composer-programmatically.md | 12 +-
...the-dependencies-in-my-vendor-directory.md | 2 +-
...-unbound-version-constraints-a-bad-idea.md | 4 +-
...ng-comparisons-and-wildcards-a-bad-idea.md | 4 +-
...-composer-load-repositories-recursively.md | 4 +-
.../composer/doc/fixtures/fixtures.md | 15 +-
...156dd4d0821a97fd3e428bc910833e3e46dbe.json | 2 +-
...138e5f3b79029c1f8d9ab5b477ea15776ba0a.json | 2 +-
...67b9bea558b971e5b082f330ae4f1d484c321.json | 2 +-
...791c612db0c05e22d90e9286e233cacd86ed8.json | 2 +-
...d601923a5a00ccc5fcce50a77ecdd461eb72d.json | 2 +-
.../packages.json | 2 +-
app/vendor/composer/composer/phpunit.xml.dist | 35 -
.../res/composer-repository-schema.json | 2 +-
.../composer/res/composer-schema.json | 180 +-
.../Composer/Autoload/AutoloadGenerator.php | 574 +-
.../src/Composer/Autoload/ClassLoader.php | 159 +-
.../Composer/Autoload/ClassMapGenerator.php | 143 +-
.../composer/composer/src/Composer/Cache.php | 82 +-
.../src/Composer/Command/AboutCommand.php | 9 +-
.../src/Composer/Command/ArchiveCommand.php | 27 +-
.../src/Composer/Command/BaseCommand.php | 100 +-
.../Command/BaseDependencyCommand.php | 58 +-
.../Command/CheckPlatformReqsCommand.php | 158 +-
.../Composer/Command/ClearCacheCommand.php | 7 +-
.../src/Composer/Command/ConfigCommand.php | 210 +-
.../Composer/Command/CreateProjectCommand.php | 219 +-
.../src/Composer/Command/DependsCommand.php | 14 +-
.../src/Composer/Command/DiagnoseCommand.php | 261 +-
.../Composer/Command/DumpAutoloadCommand.php | 47 +-
.../src/Composer/Command/ExecCommand.php | 19 +-
.../src/Composer/Command/FundCommand.php | 145 +
.../src/Composer/Command/GlobalCommand.php | 11 +
.../src/Composer/Command/HomeCommand.php | 6 +-
.../src/Composer/Command/InitCommand.php | 423 +-
.../src/Composer/Command/InstallCommand.php | 50 +-
.../src/Composer/Command/LicensesCommand.php | 39 +-
.../src/Composer/Command/OutdatedCommand.php | 14 +-
.../src/Composer/Command/ProhibitsCommand.php | 13 +-
.../src/Composer/Command/ReinstallCommand.php | 164 +
.../src/Composer/Command/RemoveCommand.php | 166 +-
.../src/Composer/Command/RequireCommand.php | 325 +-
.../src/Composer/Command/RunScriptCommand.php | 19 +-
.../Composer/Command/ScriptAliasCommand.php | 4 +
.../src/Composer/Command/SearchCommand.php | 40 +-
.../Composer/Command/SelfUpdateCommand.php | 272 +-
.../src/Composer/Command/ShowCommand.php | 601 +-
.../src/Composer/Command/StatusCommand.php | 36 +-
.../src/Composer/Command/SuggestsCommand.php | 131 +-
.../src/Composer/Command/UpdateCommand.php | 154 +-
.../src/Composer/Command/ValidateCommand.php | 140 +-
.../composer/src/Composer/Compiler.php | 119 +-
.../composer/src/Composer/Composer.php | 108 +-
.../composer/composer/src/Composer/Config.php | 92 +-
.../Composer/Config/ConfigSourceInterface.php | 10 +-
.../src/Composer/Config/JsonConfigSource.php | 57 +-
.../src/Composer/Console/Application.php | 169 +-
.../Composer/Console/GithubActionError.php | 50 +
.../Composer/Console/HtmlOutputFormatter.php | 3 +
.../Composer/DependencyResolver/Decisions.php | 46 +-
.../DependencyResolver/DefaultPolicy.php | 169 +-
.../DependencyResolver/GenericRule.php | 15 +-
.../LocalRepoTransaction.php | 30 +
.../DependencyResolver/LockTransaction.php | 148 +
.../DependencyResolver/MultiConflictRule.php | 105 +
.../Operation/InstallOperation.php | 30 +-
.../Operation/MarkAliasInstalledOperation.php | 32 +-
.../MarkAliasUninstalledOperation.php | 32 +-
.../Operation/OperationInterface.php | 9 +-
.../Operation/SolverOperation.php | 29 +-
.../Operation/UninstallOperation.php | 30 +-
.../Operation/UpdateOperation.php | 48 +-
.../DependencyResolver/PolicyInterface.php | 4 +-
.../src/Composer/DependencyResolver/Pool.php | 310 +-
.../DependencyResolver/PoolBuilder.php | 548 ++
.../Composer/DependencyResolver/Problem.php | 456 +-
.../Composer/DependencyResolver/Request.php | 183 +-
.../src/Composer/DependencyResolver/Rule.php | 372 +-
.../DependencyResolver/Rule2Literals.php | 20 +-
.../Composer/DependencyResolver/RuleSet.php | 51 +-
.../DependencyResolver/RuleSetGenerator.php | 320 +-
.../DependencyResolver/RuleSetIterator.php | 23 +-
.../DependencyResolver/RuleWatchChain.php | 3 +-
.../DependencyResolver/RuleWatchGraph.php | 73 +-
.../DependencyResolver/RuleWatchNode.php | 9 +-
.../Composer/DependencyResolver/Solver.php | 337 +-
.../SolverProblemsException.php | 71 +-
.../DependencyResolver/Transaction.php | 390 +-
.../Composer/Downloader/ArchiveDownloader.php | 209 +-
.../Composer/Downloader/DownloadManager.php | 314 +-
.../Downloader/DownloaderInterface.php | 60 +-
.../Composer/Downloader/FileDownloader.php | 438 +-
.../Composer/Downloader/FossilDownloader.php | 23 +-
.../src/Composer/Downloader/GitDownloader.php | 249 +-
.../Composer/Downloader/GzipDownloader.php | 32 +-
.../src/Composer/Downloader/HgDownloader.php | 26 +-
.../MaxFileSizeExceededException.php} | 11 +-
.../Composer/Downloader/PathDownloader.php | 204 +-
.../Downloader/PearPackageExtractor.php | 266 -
.../Downloader/PerforceDownloader.php | 20 +-
.../Composer/Downloader/PharDownloader.php | 6 +-
.../src/Composer/Downloader/RarDownloader.php | 22 +-
.../src/Composer/Downloader/SvnDownloader.php | 49 +-
.../src/Composer/Downloader/TarDownloader.php | 6 +-
.../Downloader/TransportException.php | 21 +
.../src/Composer/Downloader/VcsDownloader.php | 208 +-
.../src/Composer/Downloader/XzDownloader.php | 26 +-
.../src/Composer/Downloader/ZipDownloader.php | 195 +-
.../src/Composer/EventDispatcher/Event.php | 14 +-
.../EventDispatcher/EventDispatcher.php | 437 +-
.../IrrecoverableDownloadException.php} | 8 +-
.../src/Composer/Exception/NoSslException.php | 2 +
.../composer/src/Composer/Factory.php | 255 +-
.../composer/src/Composer/IO/BaseIO.php | 127 +-
.../composer/src/Composer/IO/BufferIO.php | 34 +-
.../composer/src/Composer/IO/ConsoleIO.php | 45 +-
.../composer/src/Composer/IO/IOInterface.php | 27 +-
.../composer/src/Composer/IO/NullIO.php | 2 +-
.../src/Composer/InstalledVersions.php | 337 +
.../composer/src/Composer/Installer.php | 1467 ++--
.../Composer/Installer/BinaryInstaller.php | 68 +-
.../Installer/InstallationManager.php | 469 +-
.../src/Composer/Installer/InstallerEvent.php | 96 +-
.../Composer/Installer/InstallerEvents.php | 25 +-
.../Composer/Installer/InstallerInterface.php | 61 +-
.../Composer/Installer/LibraryInstaller.php | 141 +-
.../Installer/MetapackageInstaller.php | 51 +
.../src/Composer/Installer/NoopInstaller.php | 30 +
.../src/Composer/Installer/PackageEvent.php | 89 +-
.../Installer/PearBinaryInstaller.php | 144 -
.../src/Composer/Installer/PearInstaller.php | 84 -
.../Composer/Installer/PluginInstaller.php | 81 +-
.../Composer/Installer/ProjectInstaller.php | 36 +-
.../Installer/SuggestedPackagesReporter.php | 124 +-
.../composer/src/Composer/Json/JsonFile.php | 80 +-
.../src/Composer/Json/JsonFormatter.php | 3 +-
.../src/Composer/Json/JsonManipulator.php | 91 +-
.../Composer/Json/JsonValidationException.php | 12 +-
.../src/Composer/Package/AliasPackage.php | 117 +-
.../Archiver/ArchivableFilesFilter.php | 1 +
.../Archiver/ArchivableFilesFinder.php | 5 +-
.../Package/Archiver/ArchiveManager.php | 74 +-
.../Package/Archiver/BaseExcludeFilter.php | 27 +-
.../Package/Archiver/GitExcludeFilter.php | 2 +-
.../Package/Archiver/HgExcludeFilter.php | 2 +-
.../Package/Archiver/PharArchiver.php | 7 +-
.../Composer/Package/Archiver/ZipArchiver.php | 20 +-
.../src/Composer/Package/BasePackage.php | 90 +-
.../Composer/Package/Comparer/Comparer.php | 12 +-
.../Composer/Package/CompleteAliasPackage.php | 167 +
.../src/Composer/Package/CompletePackage.php | 99 +-
.../Package/CompletePackageInterface.php | 131 +-
.../Composer/Package/Dumper/ArrayDumper.php | 38 +-
.../composer/src/Composer/Package/Link.php | 62 +-
.../LinkConstraint/EmptyConstraint.php | 24 -
.../LinkConstraintInterface.php | 24 -
.../LinkConstraint/MultiConstraint.php | 24 -
.../LinkConstraint/SpecificConstraint.php | 24 -
.../LinkConstraint/VersionConstraint.php | 24 -
.../Composer/Package/Loader/ArrayLoader.php | 317 +-
.../Composer/Package/Loader/JsonLoader.php | 11 +-
.../Package/Loader/RootPackageLoader.php | 70 +-
.../Package/Loader/ValidatingArrayLoader.php | 155 +-
.../composer/src/Composer/Package/Locker.php | 120 +-
.../composer/src/Composer/Package/Package.php | 119 +-
.../src/Composer/Package/PackageInterface.php | 128 +-
.../src/Composer/Package/RootAliasPackage.php | 80 +-
.../src/Composer/Package/RootPackage.php | 26 +-
.../Composer/Package/RootPackageInterface.php | 37 +-
.../Package/Version/StabilityFilter.php | 49 +
.../Package/Version/VersionGuesser.php | 137 +-
.../Package/Version/VersionParser.php | 17 +-
.../Package/Version/VersionSelector.php | 80 +-
.../src/Composer/Platform/HhvmDetector.php | 65 +
.../src/Composer/Platform/Runtime.php | 109 +
.../src/Composer/Platform/Version.php | 104 +
.../src/Composer/Plugin/PluginEvents.php | 21 +
.../src/Composer/Plugin/PluginInterface.php | 29 +-
.../src/Composer/Plugin/PluginManager.php | 275 +-
.../Composer/Plugin/PostFileDownloadEvent.php | 147 +
.../Composer/Plugin/PreFileDownloadEvent.php | 127 +-
.../Composer/Plugin/PrePoolCreateEvent.php | 175 +
.../Question/StrictConfirmationQuestion.php | 2 +
.../Composer/Repository/ArrayRepository.php | 129 +-
.../Repository/ArtifactRepository.php | 94 +-
.../Repository/ComposerRepository.php | 1122 ++-
.../Repository/CompositeRepository.php | 53 +-
.../Repository/FilesystemRepository.php | 225 +-
.../Composer/Repository/FilterRepository.php | 206 +
.../Repository/InstalledArrayRepository.php | 16 +-
.../InstalledFilesystemRepository.php | 12 +
...Repository.php => InstalledRepository.php} | 127 +-
.../InstalledRepositoryInterface.php | 4 +
.../Repository/LockArrayRepository.php | 28 +
.../Composer/Repository/PackageRepository.php | 6 +
.../Composer/Repository/PathRepository.php | 63 +-
.../Repository/Pear/BaseChannelReader.php | 82 -
.../Composer/Repository/Pear/ChannelInfo.php | 67 -
.../Repository/Pear/ChannelReader.php | 101 -
.../Repository/Pear/ChannelRest10Reader.php | 164 -
.../Repository/Pear/ChannelRest11Reader.php | 139 -
.../Repository/Pear/DependencyConstraint.php | 60 -
.../Repository/Pear/DependencyInfo.php | 50 -
.../Pear/PackageDependencyParser.php | 317 -
.../Composer/Repository/Pear/PackageInfo.php | 94 -
.../Composer/Repository/Pear/ReleaseInfo.php | 50 -
.../Composer/Repository/PearRepository.php | 176 +-
.../Repository/PlatformRepository.php | 492 +-
.../Composer/Repository/RepositoryFactory.php | 44 +-
.../Repository/RepositoryInterface.php | 58 +-
.../Composer/Repository/RepositoryManager.php | 42 +-
.../src/Composer/Repository/RepositorySet.php | 329 +
.../Repository/RootPackageRepository.php | 35 +
.../Repository/Vcs/BitbucketDriver.php | 175 +-
.../Composer/Repository/Vcs/FossilDriver.php | 26 +-
.../Repository/Vcs/GitBitbucketDriver.php | 12 +-
.../src/Composer/Repository/Vcs/GitDriver.php | 35 +-
.../Composer/Repository/Vcs/GitHubDriver.php | 237 +-
.../Composer/Repository/Vcs/GitLabDriver.php | 210 +-
.../Repository/Vcs/HgBitbucketDriver.php | 12 +-
.../src/Composer/Repository/Vcs/HgDriver.php | 25 +-
.../Repository/Vcs/PerforceDriver.php | 18 +-
.../src/Composer/Repository/Vcs/SvnDriver.php | 35 +-
.../src/Composer/Repository/Vcs/VcsDriver.php | 37 +-
.../Repository/Vcs/VcsDriverInterface.php | 14 +-
.../src/Composer/Repository/VcsRepository.php | 253 +-
.../Repository/VersionCacheInterface.php | 23 +
.../Repository/WritableArrayRepository.php | 24 +-
.../WritableRepositoryInterface.php | 15 +-
.../composer/src/Composer/Script/Event.php | 43 +
.../src/Composer/Script/ScriptEvents.php | 62 -
.../src/Composer/SelfUpdate/Versions.php | 47 +-
.../composer/src/Composer/Util/AuthHelper.php | 216 +-
.../composer/src/Composer/Util/Bitbucket.php | 66 +-
.../src/Composer/Util/ComposerMirror.php | 15 +-
.../src/Composer/Util/ConfigValidator.php | 27 +-
.../src/Composer/Util/ErrorHandler.php | 17 +-
.../composer/src/Composer/Util/Filesystem.php | 344 +-
.../composer/src/Composer/Util/Git.php | 162 +-
.../composer/src/Composer/Util/GitHub.php | 22 +-
.../composer/src/Composer/Util/GitLab.php | 62 +-
.../composer/src/Composer/Util/Hg.php | 33 +-
.../src/Composer/Util/Http/CurlDownloader.php | 607 ++
.../src/Composer/Util/Http/CurlResponse.php | 42 +
.../src/Composer/Util/Http/ProxyHelper.php | 183 +
.../src/Composer/Util/Http/ProxyManager.php | 188 +
.../src/Composer/Util/Http/RequestProxy.php | 91 +
.../src/Composer/Util/Http/Response.php | 133 +
.../src/Composer/Util/HttpDownloader.php | 538 ++
.../composer/src/Composer/Util/IniHelper.php | 2 +-
.../composer/src/Composer/Util/Loop.php | 135 +
.../src/Composer/Util/MetadataMinifier.php | 22 +
.../src/Composer/Util/NoProxyPattern.php | 434 +-
.../src/Composer/Util/PackageSorter.php | 102 +
.../composer/src/Composer/Util/Perforce.php | 69 +-
.../composer/src/Composer/Util/Platform.php | 148 +-
.../src/Composer/Util/ProcessExecutor.php | 363 +-
.../src/Composer/Util/RemoteFilesystem.php | 583 +-
.../composer/src/Composer/Util/Silencer.php | 2 +
.../src/Composer/Util/SpdxLicense.php | 24 -
.../Composer/Util/StreamContextFactory.php | 253 +-
.../composer/src/Composer/Util/Svn.php | 34 +-
.../composer/src/Composer/Util/SyncHelper.php | 70 +
.../composer/src/Composer/Util/Tar.php | 68 +
.../composer/src/Composer/Util/TlsHelper.php | 15 +-
.../composer/src/Composer/Util/Url.php | 72 +
.../composer/src/Composer/Util/Zip.php | 109 +
.../composer/src/Composer/XdebugHandler.php | 31 -
.../composer/composer/src/bootstrap.php | 6 +-
app/vendor/composer/installed.json | 6968 ++++++++++-------
app/vendor/composer/installed.php | 623 ++
app/vendor/composer/metadata-minifier/LICENSE | 19 +
.../composer/metadata-minifier/README.md | 37 +
.../composer/metadata-minifier/composer.json | 47 +
.../metadata-minifier/phpstan.neon.dist | 5 +
.../src/MetadataMinifier.php | 89 +
app/vendor/composer/semver/CHANGELOG.md | 106 +
app/vendor/composer/semver/README.md | 36 +-
app/vendor/composer/semver/composer.json | 11 +-
app/vendor/composer/semver/src/Comparator.php | 4 +-
.../composer/semver/src/CompilingMatcher.php | 71 +
.../src/Constraint/AbstractConstraint.php | 63 -
.../composer/semver/src/Constraint/Bound.php | 122 +
.../semver/src/Constraint/Constraint.php | 288 +-
.../src/Constraint/ConstraintInterface.php | 43 +
...yConstraint.php => MatchAllConstraint.php} | 40 +-
.../src/Constraint/MatchNoneConstraint.php | 83 +
.../semver/src/Constraint/MultiConstraint.php | 225 +-
app/vendor/composer/semver/src/Interval.php | 98 +
app/vendor/composer/semver/src/Intervals.php | 478 ++
app/vendor/composer/semver/src/Semver.php | 28 +-
.../composer/semver/src/VersionParser.php | 211 +-
.../composer/spdx-licenses/.php_cs.dist | 59 -
.../composer/spdx-licenses/CHANGELOG.md | 40 +
app/vendor/composer/spdx-licenses/README.md | 2 +-
.../composer/spdx-licenses/composer.json | 7 +-
.../spdx-licenses/res/spdx-exceptions.json | 36 +
.../spdx-licenses/res/spdx-licenses.json | 395 +-
.../composer/xdebug-handler/CHANGELOG.md | 68 +-
app/vendor/composer/xdebug-handler/README.md | 97 +-
app/vendor/composer/xdebug-handler/UPGRADE.md | 30 +
.../composer/xdebug-handler/composer.json | 12 +-
.../composer/xdebug-handler/src/PhpConfig.php | 19 +-
.../composer/xdebug-handler/src/Process.php | 92 +-
.../composer/xdebug-handler/src/Status.php | 16 +-
.../xdebug-handler/src/XdebugHandler.php | 218 +-
.../dnoegel/php-xdg-base-dir/.gitignore | 1 -
app/vendor/dnoegel/php-xdg-base-dir/README.md | 38 -
.../dnoegel/php-xdg-base-dir/composer.json | 17 -
.../dnoegel/php-xdg-base-dir/phpunit.xml.dist | 24 -
.../dnoegel/php-xdg-base-dir/src/Xdg.php | 121 -
.../php-xdg-base-dir/tests/XdgTest.php | 116 -
app/vendor/doctrine/cache/README.md | 11 +-
app/vendor/doctrine/cache/UPGRADE-1.11.md | 15 +
.../cache/{UPGRADE.md => UPGRADE-1.4.md} | 0
app/vendor/doctrine/cache/composer.json | 31 +-
app/vendor/doctrine/cache/docs/en/index.rst | 274 -
.../lib/Doctrine/Common/Cache/ApcCache.php | 104 -
.../lib/Doctrine/Common/Cache/ApcuCache.php | 106 -
.../lib/Doctrine/Common/Cache/ArrayCache.php | 113 -
.../cache/lib/Doctrine/Common/Cache/Cache.php | 2 +-
.../Doctrine/Common/Cache/CacheProvider.php | 22 +-
.../lib/Doctrine/Common/Cache/ChainCache.php | 186 -
.../Common/Cache/CouchbaseBucketCache.php | 195 -
.../Doctrine/Common/Cache/CouchbaseCache.php | 102 -
.../Doctrine/Common/Cache/ExtMongoDBCache.php | 196 -
.../lib/Doctrine/Common/Cache/FileCache.php | 276 -
.../Doctrine/Common/Cache/FilesystemCache.php | 102 -
.../Common/Cache/LegacyMongoDBCache.php | 174 -
.../Doctrine/Common/Cache/MemcacheCache.php | 102 -
.../Doctrine/Common/Cache/MemcachedCache.php | 130 -
.../Doctrine/Common/Cache/MongoDBCache.php | 110 -
.../Common/Cache/MultiDeleteCache.php | 3 +-
.../Doctrine/Common/Cache/MultiGetCache.php | 4 +-
.../Doctrine/Common/Cache/MultiPutCache.php | 9 +-
.../Doctrine/Common/Cache/PhpFileCache.php | 118 -
.../lib/Doctrine/Common/Cache/PredisCache.php | 143 -
.../Common/Cache/Psr6/CacheAdapter.php | 340 +
.../Doctrine/Common/Cache/Psr6/CacheItem.php | 118 +
.../Common/Cache/Psr6/DoctrineProvider.php | 125 +
.../Common/Cache/Psr6/InvalidArgument.php | 13 +
.../Common/Cache/Psr6/TypedCacheItem.php | 99 +
.../lib/Doctrine/Common/Cache/RedisCache.php | 175 -
.../lib/Doctrine/Common/Cache/RiakCache.php | 228 -
.../Doctrine/Common/Cache/SQLite3Cache.php | 206 -
.../lib/Doctrine/Common/Cache/Version.php | 8 -
.../lib/Doctrine/Common/Cache/VoidCache.php | 59 -
.../Doctrine/Common/Cache/WinCacheCache.php | 106 -
.../lib/Doctrine/Common/Cache/XcacheCache.php | 102 -
.../Doctrine/Common/Cache/ZendDataCache.php | 68 -
.../doctrine/dbal/.doctrine-project.json | 49 -
app/vendor/doctrine/dbal/CONTRIBUTING.md | 4 +
app/vendor/doctrine/dbal/README.md | 63 +-
app/vendor/doctrine/dbal/SECURITY.md | 14 -
app/vendor/doctrine/dbal/UPGRADE.md | 359 -
.../doctrine/dbal/bin/doctrine-dbal.php | 18 +-
app/vendor/doctrine/dbal/composer.json | 49 +-
.../lib/Doctrine/DBAL/Abstraction/Result.php | 45 +
.../Doctrine/DBAL/Cache/ArrayStatement.php | 111 +-
.../Doctrine/DBAL/Cache/CacheException.php | 11 +-
.../Doctrine/DBAL/Cache/QueryCacheProfile.php | 20 +-
.../DBAL/Cache/ResultCacheStatement.php | 216 +-
.../dbal/lib/Doctrine/DBAL/ColumnCase.php | 2 +
.../dbal/lib/Doctrine/DBAL/Configuration.php | 37 +-
.../dbal/lib/Doctrine/DBAL/Connection.php | 1089 ++-
.../lib/Doctrine/DBAL/ConnectionException.php | 13 +-
.../Connections/MasterSlaveConnection.php | 370 +-
.../PrimaryReadReplicaConnection.php | 442 ++
.../dbal/lib/Doctrine/DBAL/DBALException.php | 127 +-
.../dbal/lib/Doctrine/DBAL/Driver.php | 6 +
.../DBAL/Driver/AbstractDB2Driver.php | 16 +-
.../DBAL/Driver/AbstractDriverException.php | 50 +-
.../DBAL/Driver/AbstractException.php | 68 +
.../DBAL/Driver/AbstractMySQLDriver.php | 108 +-
.../DBAL/Driver/AbstractOracleDriver.php | 40 +-
.../EasyConnectString.php | 10 +-
.../DBAL/Driver/AbstractPostgreSQLDriver.php | 73 +-
.../DBAL/Driver/AbstractSQLAnywhereDriver.php | 87 +-
.../DBAL/Driver/AbstractSQLServerDriver.php | 44 +-
.../Exception/PortWithoutHost.php | 20 +
.../DBAL/Driver/AbstractSQLiteDriver.php | 50 +-
.../lib/Doctrine/DBAL/Driver/Connection.php | 16 +-
.../Doctrine/DBAL/Driver/DriverException.php | 34 +-
.../Driver/DrizzlePDOMySql/Connection.php | 3 +
.../DBAL/Driver/DrizzlePDOMySql/Driver.php | 8 +
.../lib/Doctrine/DBAL/Driver/Exception.php | 34 +
.../DBAL/Driver/ExceptionConverterDriver.php | 17 +-
.../lib/Doctrine/DBAL/Driver/FetchUtils.php | 75 +
.../DBAL/Driver/IBMDB2/Connection.php | 7 +
.../DBAL/Driver/IBMDB2/DB2Connection.php | 90 +-
.../Doctrine/DBAL/Driver/IBMDB2/DB2Driver.php | 40 +-
.../DBAL/Driver/IBMDB2/DB2Exception.php | 9 +-
.../DBAL/Driver/IBMDB2/DB2Statement.php | 182 +-
.../DBAL/Driver/IBMDB2/DataSourceName.php | 77 +
.../Doctrine/DBAL/Driver/IBMDB2/Driver.php | 9 +
.../Exception/CannotCopyStreamToStream.php | 29 +
.../Exception/CannotCreateTemporaryFile.php | 29 +
.../Exception/CannotWriteToTemporaryFile.php | 29 +
.../IBMDB2/Exception/ConnectionError.php | 26 +
.../IBMDB2/Exception/ConnectionFailed.php | 23 +
.../Driver/IBMDB2/Exception/PrepareFailed.php | 27 +
.../IBMDB2/Exception/StatementError.php | 26 +
.../Doctrine/DBAL/Driver/IBMDB2/Statement.php | 7 +
.../DBAL/Driver/Mysqli/Connection.php | 7 +
.../Doctrine/DBAL/Driver/Mysqli/Driver.php | 13 +-
.../Mysqli/Exception/ConnectionError.php | 21 +
.../Mysqli/Exception/ConnectionFailed.php | 21 +
.../Exception/FailedReadingStreamOffset.php | 22 +
.../Driver/Mysqli/Exception/InvalidOption.php | 28 +
.../Mysqli/Exception/StatementError.php | 21 +
.../Driver/Mysqli/Exception/UnknownType.php | 25 +
.../DBAL/Driver/Mysqli/MysqliConnection.php | 106 +-
.../DBAL/Driver/Mysqli/MysqliException.php | 4 +-
.../DBAL/Driver/Mysqli/MysqliStatement.php | 258 +-
.../Doctrine/DBAL/Driver/Mysqli/Statement.php | 7 +
.../Doctrine/DBAL/Driver/OCI8/Connection.php | 7 +
.../lib/Doctrine/DBAL/Driver/OCI8/Driver.php | 26 +-
.../Exception/NonTerminatedStringLiteral.php | 27 +
.../OCI8/Exception/SequenceDoesNotExist.php | 20 +
.../OCI8/Exception/UnknownParameterIndex.php | 24 +
.../DBAL/Driver/OCI8/OCI8Connection.php | 105 +-
.../DBAL/Driver/OCI8/OCI8Exception.php | 13 +-
.../DBAL/Driver/OCI8/OCI8Statement.php | 262 +-
.../Doctrine/DBAL/Driver/OCI8/Statement.php | 7 +
.../Doctrine/DBAL/Driver/PDO/Connection.php | 9 +
.../Doctrine/DBAL/Driver/PDO/Exception.php | 20 +
.../Doctrine/DBAL/Driver/PDO/MySQL/Driver.php | 9 +
.../Doctrine/DBAL/Driver/PDO/OCI/Driver.php | 9 +
.../Doctrine/DBAL/Driver/PDO/PgSQL/Driver.php | 9 +
.../DBAL/Driver/PDO/SQLSrv/Connection.php | 9 +
.../DBAL/Driver/PDO/SQLSrv/Driver.php | 9 +
.../DBAL/Driver/PDO/SQLSrv/Statement.php | 9 +
.../DBAL/Driver/PDO/SQLite/Driver.php | 9 +
.../Doctrine/DBAL/Driver/PDO/Statement.php | 9 +
.../Doctrine/DBAL/Driver/PDOConnection.php | 117 +-
.../lib/Doctrine/DBAL/Driver/PDOException.php | 14 +-
.../Doctrine/DBAL/Driver/PDOIbm/Driver.php | 17 +-
.../Doctrine/DBAL/Driver/PDOMySql/Driver.php | 23 +-
.../Doctrine/DBAL/Driver/PDOOracle/Driver.php | 20 +-
.../Doctrine/DBAL/Driver/PDOPgSql/Driver.php | 30 +-
.../DBAL/Driver/PDOQueryImplementation.php | 41 +
.../Doctrine/DBAL/Driver/PDOSqlite/Driver.php | 20 +-
.../DBAL/Driver/PDOSqlsrv/Connection.php | 37 +-
.../Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php | 63 +-
.../DBAL/Driver/PDOSqlsrv/Statement.php | 29 +-
.../lib/Doctrine/DBAL/Driver/PDOStatement.php | 259 +-
.../Driver/PDOStatementImplementations.php | 77 +
.../DBAL/Driver/PingableConnection.php | 2 +
.../dbal/lib/Doctrine/DBAL/Driver/Result.php | 89 +
.../Doctrine/DBAL/Driver/ResultStatement.php | 46 +-
.../DBAL/Driver/SQLAnywhere/Driver.php | 47 +-
.../SQLAnywhere/SQLAnywhereConnection.php | 55 +-
.../SQLAnywhere/SQLAnywhereException.php | 14 +-
.../SQLAnywhere/SQLAnywhereStatement.php | 133 +-
.../DBAL/Driver/SQLSrv/Connection.php | 7 +
.../Doctrine/DBAL/Driver/SQLSrv/Driver.php | 27 +-
.../DBAL/Driver/SQLSrv/Exception/Error.php | 47 +
.../DBAL/Driver/SQLSrv/LastInsertId.php | 4 +
.../DBAL/Driver/SQLSrv/SQLSrvConnection.php | 76 +-
.../DBAL/Driver/SQLSrv/SQLSrvException.php | 35 +-
.../DBAL/Driver/SQLSrv/SQLSrvStatement.php | 196 +-
.../Doctrine/DBAL/Driver/SQLSrv/Statement.php | 7 +
.../DBAL/Driver/ServerInfoAwareConnection.php | 2 +
.../lib/Doctrine/DBAL/Driver/Statement.php | 36 +-
.../DBAL/Driver/StatementIterator.php | 9 +-
.../dbal/lib/Doctrine/DBAL/DriverManager.php | 277 +-
.../DBAL/Event/ConnectionEventArgs.php | 30 +-
.../DBAL/Event/Listeners/MysqlSessionInit.php | 2 +-
.../Event/Listeners/OracleSessionInit.php | 10 +-
.../SchemaAlterTableAddColumnEventArgs.php | 20 +-
.../SchemaAlterTableChangeColumnEventArgs.php | 14 +-
.../DBAL/Event/SchemaAlterTableEventArgs.php | 14 +-
.../SchemaAlterTableRemoveColumnEventArgs.php | 14 +-
.../SchemaAlterTableRenameColumnEventArgs.php | 14 +-
.../Event/SchemaColumnDefinitionEventArgs.php | 16 +-
.../SchemaCreateTableColumnEventArgs.php | 14 +-
.../DBAL/Event/SchemaCreateTableEventArgs.php | 23 +-
.../DBAL/Event/SchemaDropTableEventArgs.php | 11 +-
.../Doctrine/DBAL/Event/SchemaEventArgs.php | 2 +-
.../Event/SchemaIndexDefinitionEventArgs.php | 14 +-
.../dbal/lib/Doctrine/DBAL/Events.php | 2 +
.../dbal/lib/Doctrine/DBAL/Exception.php | 10 +
.../DBAL/Exception/ConnectionException.php | 2 +
.../DBAL/Exception/ConnectionLost.php | 10 +
.../ConstraintViolationException.php | 2 +
.../DatabaseObjectExistsException.php | 2 +
.../DatabaseObjectNotFoundException.php | 2 +
.../DBAL/Exception/DeadlockException.php | 2 +
.../DBAL/Exception/DriverException.php | 24 +-
...ForeignKeyConstraintViolationException.php | 2 +
.../Exception/InvalidArgumentException.php | 6 +-
.../Exception/InvalidFieldNameException.php | 2 +
.../Exception/LockWaitTimeoutException.php | 2 +
.../Doctrine/DBAL/Exception/NoKeyValue.php | 25 +
.../Exception/NonUniqueFieldNameException.php | 2 +
.../NotNullConstraintViolationException.php | 2 +
.../DBAL/Exception/ReadOnlyException.php | 2 +
.../DBAL/Exception/RetryableException.php | 6 +-
.../DBAL/Exception/ServerException.php | 2 +
.../DBAL/Exception/SyntaxErrorException.php | 2 +
.../DBAL/Exception/TableExistsException.php | 2 +
.../DBAL/Exception/TableNotFoundException.php | 2 +
.../UniqueConstraintViolationException.php | 2 +
.../dbal/lib/Doctrine/DBAL/FetchMode.php | 4 +
.../DriverResultStatement.php | 9 +
.../ForwardCompatibility/DriverStatement.php | 9 +
.../DBAL/ForwardCompatibility/Result.php | 416 +
.../lib/Doctrine/DBAL/Id/TableGenerator.php | 61 +-
.../dbal/lib/Doctrine/DBAL/LockMode.php | 2 +
.../lib/Doctrine/DBAL/Logging/DebugStack.php | 12 +-
.../Doctrine/DBAL/Logging/EchoSQLLogger.php | 16 +-
.../lib/Doctrine/DBAL/Logging/LoggerChain.php | 18 +
.../lib/Doctrine/DBAL/Logging/SQLLogger.php | 8 +-
.../dbal/lib/Doctrine/DBAL/ParameterType.php | 7 +
.../DBAL/Platforms/AbstractPlatform.php | 738 +-
.../Doctrine/DBAL/Platforms/DB2Platform.php | 165 +-
.../DBAL/Platforms/DateIntervalUnit.php | 3 +
.../DBAL/Platforms/DrizzlePlatform.php | 108 +-
.../DBAL/Platforms/Keywords/KeywordList.php | 2 +-
.../Platforms/Keywords/MariaDb102Keywords.php | 7 +-
.../Platforms/Keywords/MySQL80Keywords.php | 3 +
.../Keywords/PostgreSQL100Keywords.php | 5 +-
.../Keywords/ReservedKeywordsValidator.php | 1 +
.../DBAL/Platforms/MariaDb1027Platform.php | 16 +-
.../DBAL/Platforms/MySQL57Platform.php | 6 +-
.../Doctrine/DBAL/Platforms/MySqlPlatform.php | 214 +-
.../DBAL/Platforms/OraclePlatform.php | 203 +-
.../DBAL/Platforms/PostgreSQL100Platform.php | 10 +-
.../DBAL/Platforms/PostgreSQL91Platform.php | 6 +-
.../DBAL/Platforms/PostgreSQL92Platform.php | 15 +-
.../DBAL/Platforms/PostgreSQL94Platform.php | 8 +-
.../DBAL/Platforms/PostgreSqlPlatform.php | 174 +-
.../DBAL/Platforms/SQLAnywhere11Platform.php | 2 +
.../DBAL/Platforms/SQLAnywhere12Platform.php | 8 +-
.../DBAL/Platforms/SQLAnywhere16Platform.php | 2 +
.../DBAL/Platforms/SQLAnywherePlatform.php | 157 +-
.../DBAL/Platforms/SQLAzurePlatform.php | 2 +
.../DBAL/Platforms/SQLServer2005Platform.php | 4 +-
.../DBAL/Platforms/SQLServer2008Platform.php | 15 +-
.../DBAL/Platforms/SQLServer2012Platform.php | 52 +-
.../DBAL/Platforms/SQLServerPlatform.php | 305 +-
.../DBAL/Platforms/SqlitePlatform.php | 374 +-
.../lib/Doctrine/DBAL/Platforms/TrimMode.php | 3 +
.../Doctrine/DBAL/Portability/Connection.php | 59 +-
.../DBAL/Portability/OptimizeFlags.php | 44 +
.../Doctrine/DBAL/Portability/Statement.php | 217 +-
.../Query/Expression/CompositeExpression.php | 70 +-
.../Query/Expression/ExpressionBuilder.php | 58 +-
.../lib/Doctrine/DBAL/Query/QueryBuilder.php | 263 +-
.../Doctrine/DBAL/Query/QueryException.php | 12 +-
.../dbal/lib/Doctrine/DBAL/Result.php | 52 +
.../dbal/lib/Doctrine/DBAL/SQLParserUtils.php | 126 +-
.../Doctrine/DBAL/SQLParserUtilsException.php | 16 +-
.../Doctrine/DBAL/Schema/AbstractAsset.php | 9 +-
.../DBAL/Schema/AbstractSchemaManager.php | 155 +-
.../dbal/lib/Doctrine/DBAL/Schema/Column.php | 30 +-
.../lib/Doctrine/DBAL/Schema/ColumnDiff.php | 10 +-
.../lib/Doctrine/DBAL/Schema/Comparator.php | 144 +-
.../Doctrine/DBAL/Schema/DB2SchemaManager.php | 73 +-
.../DBAL/Schema/DrizzleSchemaManager.php | 1 +
.../DBAL/Schema/ForeignKeyConstraint.php | 58 +-
.../dbal/lib/Doctrine/DBAL/Schema/Index.php | 47 +-
.../DBAL/Schema/MySqlSchemaManager.php | 102 +-
.../DBAL/Schema/OracleSchemaManager.php | 69 +-
.../DBAL/Schema/PostgreSqlSchemaManager.php | 107 +-
.../DBAL/Schema/SQLAnywhereSchemaManager.php | 22 +-
.../DBAL/Schema/SQLServerSchemaManager.php | 106 +-
.../dbal/lib/Doctrine/DBAL/Schema/Schema.php | 131 +-
.../lib/Doctrine/DBAL/Schema/SchemaDiff.php | 4 +-
.../Doctrine/DBAL/Schema/SchemaException.php | 50 +-
.../lib/Doctrine/DBAL/Schema/Sequence.php | 20 +-
.../DBAL/Schema/SqliteSchemaManager.php | 190 +-
.../AbstractSchemaSynchronizer.php | 13 +
.../Synchronizer/SchemaSynchronizer.php | 2 +
.../SingleDatabaseSynchronizer.php | 11 +-
.../dbal/lib/Doctrine/DBAL/Schema/Table.php | 311 +-
.../lib/Doctrine/DBAL/Schema/TableDiff.php | 20 +-
.../Visitor/CreateSchemaSqlCollector.php | 5 +-
.../Schema/Visitor/DropSchemaSqlCollector.php | 18 +-
.../Doctrine/DBAL/Schema/Visitor/Graphviz.php | 29 +-
.../DBAL/Schema/Visitor/NamespaceVisitor.php | 2 +
.../Schema/Visitor/RemoveNamespacedAssets.php | 15 +-
.../DBAL/Schema/Visitor/SchemaDiffVisitor.php | 11 +
.../DBAL/Sharding/PoolingShardConnection.php | 45 +-
.../DBAL/Sharding/PoolingShardManager.php | 11 +-
.../SQLAzureFederationsSynchronizer.php | 34 +-
.../SQLAzure/SQLAzureShardManager.php | 20 +-
.../SQLAzure/Schema/MultiTenantVisitor.php | 4 +
.../ShardChoser/MultiTenantShardChoser.php | 2 +
.../DBAL/Sharding/ShardChoser/ShardChoser.php | 2 +
.../Doctrine/DBAL/Sharding/ShardManager.php | 4 +-
.../DBAL/Sharding/ShardingException.php | 20 +-
.../dbal/lib/Doctrine/DBAL/Statement.php | 590 +-
.../Tools/Console/Command/ImportCommand.php | 34 +-
.../Console/Command/ReservedWordsCommand.php | 95 +-
.../Tools/Console/Command/RunSqlCommand.php | 67 +-
.../DBAL/Tools/Console/ConnectionNotFound.php | 9 +
.../DBAL/Tools/Console/ConnectionProvider.php | 15 +
.../SingleConnectionProvider.php | 38 +
.../DBAL/Tools/Console/ConsoleRunner.php | 58 +-
.../Tools/Console/Helper/ConnectionHelper.php | 2 +
.../dbal/lib/Doctrine/DBAL/Tools/Dumper.php | 28 +-
.../DBAL/TransactionIsolationLevel.php | 3 +
.../lib/Doctrine/DBAL/Types/ArrayType.php | 9 +-
.../Doctrine/DBAL/Types/AsciiStringType.php | 32 +
.../lib/Doctrine/DBAL/Types/BigIntType.php | 6 +-
.../lib/Doctrine/DBAL/Types/BinaryType.php | 11 +-
.../dbal/lib/Doctrine/DBAL/Types/BlobType.php | 11 +-
.../lib/Doctrine/DBAL/Types/BooleanType.php | 6 +-
.../DBAL/Types/ConversionException.php | 38 +-
.../Doctrine/DBAL/Types/DateImmutableType.php | 2 +-
.../Doctrine/DBAL/Types/DateIntervalType.php | 9 +-
.../DBAL/Types/DateTimeImmutableType.php | 3 +-
.../lib/Doctrine/DBAL/Types/DateTimeType.php | 13 +-
.../DBAL/Types/DateTimeTzImmutableType.php | 2 +-
.../Doctrine/DBAL/Types/DateTimeTzType.php | 12 +-
.../dbal/lib/Doctrine/DBAL/Types/DateType.php | 12 +-
.../lib/Doctrine/DBAL/Types/DecimalType.php | 6 +-
.../lib/Doctrine/DBAL/Types/FloatType.php | 6 +-
.../dbal/lib/Doctrine/DBAL/Types/GuidType.php | 6 +-
.../lib/Doctrine/DBAL/Types/IntegerType.php | 6 +-
.../lib/Doctrine/DBAL/Types/JsonArrayType.php | 3 +-
.../dbal/lib/Doctrine/DBAL/Types/JsonType.php | 10 +-
.../lib/Doctrine/DBAL/Types/ObjectType.php | 9 +-
.../Doctrine/DBAL/Types/SimpleArrayType.php | 7 +-
.../lib/Doctrine/DBAL/Types/SmallIntType.php | 6 +-
.../lib/Doctrine/DBAL/Types/StringType.php | 6 +-
.../dbal/lib/Doctrine/DBAL/Types/TextType.php | 7 +-
.../Doctrine/DBAL/Types/TimeImmutableType.php | 2 +-
.../dbal/lib/Doctrine/DBAL/Types/TimeType.php | 12 +-
.../dbal/lib/Doctrine/DBAL/Types/Type.php | 277 +-
.../lib/Doctrine/DBAL/Types/TypeRegistry.php | 125 +
.../dbal/lib/Doctrine/DBAL/Types/Types.php | 47 +
.../DBAL/Types/VarDateTimeImmutableType.php | 3 +-
.../Doctrine/DBAL/Types/VarDateTimeType.php | 1 +
.../dbal/lib/Doctrine/DBAL/Version.php | 8 +-
.../DBAL/VersionAwarePlatformDriver.php | 2 +-
.../deprecations/.github/workflows/ci.yml | 60 +
.../deprecations}/.gitignore | 2 +-
app/vendor/doctrine/deprecations/README.md | 147 +
.../doctrine/deprecations/composer.json | 27 +
.../lib/Doctrine/Deprecations/Deprecation.php | 266 +
.../PHPUnit/VerifyDeprecations.php | 66 +
app/vendor/doctrine/deprecations/phpcs.xml | 20 +
.../doctrine/deprecations/phpunit.xml.dist | 8 +
.../deprecations/test_fixtures/src/Foo.php | 22 +
.../test_fixtures/src/RootDeprecation.php | 20 +
.../Doctrine/Deprecations/DeprecationTest.php | 251 +
.../Deprecations/VerifyDeprecationsTest.php | 35 +
.../event-manager/.doctrine-project.json | 18 +
.../doctrine/event-manager/.scrutinizer.yml | 29 -
.../doctrine/event-manager/composer.json | 19 +-
.../doctrine/event-manager/docs/en/index.rst | 22 -
.../event-manager/docs/en/reference/index.rst | 133 -
.../event-manager/docs/en/sidebar.rst | 4 -
.../lib/Doctrine/Common/EventArgs.php | 3 +-
.../lib/Doctrine/Common/EventManager.php | 1 +
.../php-console-color/.gitignore | 3 -
.../php-console-color/.travis.yml | 24 -
.../jakub-onderka/php-console-color/LICENSE | 27 -
.../jakub-onderka/php-console-color/README.md | 10 -
.../jakub-onderka/php-console-color/build.xml | 93 -
.../php-console-color/composer.json | 23 -
.../php-console-color/example.php | 38 -
.../php-console-color/phpunit.xml | 16 -
.../php-console-color/src/ConsoleColor.php | 287 -
.../src/InvalidStyleException.php | 10 -
.../tests/ConsoleColorTest.php | 184 -
.../php-console-highlighter/.gitignore | 4 -
.../php-console-highlighter/.travis.yml | 21 -
.../php-console-highlighter/README.md | 40 -
.../php-console-highlighter/build.xml | 93 -
.../php-console-highlighter/composer.json | 26 -
.../examples/snippet.php | 10 -
.../examples/whole_file.php | 10 -
.../examples/whole_file_line_numbers.php | 10 -
.../php-console-highlighter/phpunit.xml | 15 -
.../PhpConsoleHighlighter/Highlighter.php | 267 -
.../PhpConsoleHighligter/HigligterTest.php | 263 -
.../tests/bootstrap.php | 2 -
.../justinrainbow/json-schema/.gitattributes | 5 -
.../justinrainbow/json-schema/.php_cs.dist | 7 +-
.../json-schema/bin/validate-json | 12 +-
.../justinrainbow/json-schema/composer.json | 67 +-
.../Constraints/CollectionConstraint.php | 56 +-
.../src/JsonSchema/Constraints/Constraint.php | 7 +-
.../Constraints/NumberConstraint.php | 13 +-
.../Constraints/TypeCheck/StrictTypeCheck.php | 4 +
.../Constraints/UndefinedConstraint.php | 10 +-
.../src/JsonSchema/Uri/UriRetriever.php | 25 +-
.../json-schema/src/JsonSchema/Validator.php | 4 +-
.../laminas-diactoros}/CHANGELOG.md | 314 +-
.../laminas/laminas-diactoros/COPYRIGHT.md | 2 +
.../laminas/laminas-diactoros/LICENSE.md | 27 +
.../laminas/laminas-diactoros/README.md | 34 +
.../laminas/laminas-diactoros/composer.json | 88 +
.../src/AbstractSerializer.php | 11 +-
.../laminas-diactoros}/src/CallbackStream.php | 11 +-
.../Exception/DeprecatedMethodException.php | 18 +
.../src/Exception/ExceptionInterface.php | 16 +
.../laminas-diactoros}/src/HeaderSecurity.php | 17 +-
.../laminas-diactoros}/src/MessageTrait.php | 9 +-
.../laminas-diactoros}/src/PhpInputStream.php | 9 +-
.../laminas-diactoros}/src/RelativeStream.php | 11 +-
.../laminas-diactoros}/src/Request.php | 9 +-
.../src/Request/ArraySerializer.php | 13 +-
.../src/Request/Serializer.php | 19 +-
.../laminas-diactoros}/src/RequestTrait.php | 9 +-
.../laminas-diactoros}/src/Response.php | 9 +-
.../src/Response/ArraySerializer.php | 13 +-
.../src/Response/EmitterInterface.php | 11 +-
.../src/Response/EmptyResponse.php | 15 +-
.../src/Response/HtmlResponse.php | 15 +-
.../src/Response/InjectContentTypeTrait.php | 11 +-
.../src/Response/JsonResponse.php | 13 +-
.../src/Response/RedirectResponse.php | 13 +-
.../src/Response/SapiEmitter.php | 11 +-
.../src/Response/SapiEmitterTrait.php | 13 +-
.../src/Response/SapiStreamEmitter.php | 11 +-
.../src/Response/Serializer.php | 15 +-
.../src/Response/TextResponse.php | 15 +-
.../src/Response/XmlResponse.php | 13 +-
.../laminas-diactoros}/src/Server.php | 11 +-
.../laminas-diactoros}/src/ServerRequest.php | 9 +-
.../src/ServerRequestFactory.php | 27 +-
.../laminas-diactoros}/src/Stream.php | 9 +-
.../laminas-diactoros}/src/UploadedFile.php | 9 +-
.../laminas-diactoros}/src/Uri.php | 9 +-
.../functions/create_uploaded_file.legacy.php | 19 +
.../src/functions/create_uploaded_file.php | 9 +-
.../marshal_headers_from_sapi.legacy.php | 19 +
.../functions/marshal_headers_from_sapi.php | 9 +-
.../marshal_method_from_sapi.legacy.php | 19 +
.../functions/marshal_method_from_sapi.php | 20 +
...shal_protocol_version_from_sapi.legacy.php | 19 +
.../marshal_protocol_version_from_sapi.php | 9 +-
.../marshal_uri_from_sapi.legacy.php | 19 +
.../src/functions/marshal_uri_from_sapi.php | 13 +-
.../src/functions/normalize_server.legacy.php | 19 +
.../src/functions/normalize_server.php | 9 +-
.../normalize_uploaded_files.legacy.php | 19 +
.../functions/normalize_uploaded_files.php | 9 +-
.../functions/parse_cookie_header.legacy.php | 19 +
.../src/functions/parse_cookie_header.php | 9 +-
.../.github/FUNDING.yml | 1 +
.../workflows/continuous-integration.yml | 32 +
.../workflows/release-on-milestone-closed.yml | 61 +
.../.laminas-ci.json | 5 +
.../laminas-zendframework-bridge/COPYRIGHT.md | 1 +
.../laminas-zendframework-bridge/LICENSE.md | 26 +
.../laminas-zendframework-bridge/README.md | 30 +
.../composer.json | 61 +
.../composer.lock | 3841 +++++++++
.../config/replacements.php | 372 +
.../psalm-baseline.xml | 363 +
.../psalm.xml.dist | 33 +
.../src/Autoloader.php | 166 +
.../src/ConfigPostProcessor.php | 426 +
.../src/Module.php | 48 +
.../src/Replacements.php | 40 +
.../src/RewriteRules.php | 73 +
.../src/autoload.php | 3 +
app/vendor/m1/env/src/Parser.php | 4 +-
app/vendor/m1/env/src/Parser/ValueParser.php | 5 +-
.../mobiledetectlib/Mobile_Detect.json | 2 +-
.../mobiledetectlib/Mobile_Detect.php | 260 +-
.../mobiledetect/mobiledetectlib/README.md | 8 +-
.../mobiledetectlib/composer.lock | 983 ---
.../mobiledetectlib/docker-compose.yml | 16 +
.../mobiledetectlib/docs/KNOWN_LIMITATIONS.md | 25 +-
.../psysh => nikic/php-parser}/.editorconfig | 16 +-
app/vendor/nikic/php-parser/.gitignore | 4 -
app/vendor/nikic/php-parser/.travis.yml | 29 -
app/vendor/nikic/php-parser/CHANGELOG.md | 591 --
app/vendor/nikic/php-parser/LICENSE | 44 +-
app/vendor/nikic/php-parser/README.md | 10 +-
app/vendor/nikic/php-parser/UPGRADE-1.0.md | 121 -
app/vendor/nikic/php-parser/UPGRADE-2.0.md | 74 -
app/vendor/nikic/php-parser/UPGRADE-3.0.md | 160 -
app/vendor/nikic/php-parser/UPGRADE-4.0.md | 77 -
app/vendor/nikic/php-parser/bin/php-parse | 29 +-
app/vendor/nikic/php-parser/composer.json | 27 +-
.../php-parser/doc/0_Introduction.markdown | 80 -
.../doc/2_Usage_of_basic_components.markdown | 515 --
app/vendor/nikic/php-parser/doc/README.md | 46 -
.../doc/component/AST_builders.markdown | 138 -
.../Constant_expression_evaluation.markdown | 115 -
.../doc/component/Error_handling.markdown | 75 -
.../php-parser/doc/component/FAQ.markdown | 68 -
.../component/JSON_representation.markdown | 131 -
.../php-parser/doc/component/Lexer.markdown | 159 -
.../doc/component/Name_resolution.markdown | 87 -
.../doc/component/Performance.markdown | 65 -
.../doc/component/Pretty_printing.markdown | 96 -
.../doc/component/Walking_the_AST.markdown | 335 -
app/vendor/nikic/php-parser/grammar/README.md | 10 +-
app/vendor/nikic/php-parser/grammar/php5.y | 98 +-
app/vendor/nikic/php-parser/grammar/php7.y | 416 +-
.../nikic/php-parser/grammar/phpyLang.php | 192 +
.../php-parser/grammar/rebuildParsers.php | 218 +-
app/vendor/nikic/php-parser/grammar/tokens.y | 24 +-
.../lib/PhpParser/Builder/ClassConst.php | 132 +
.../lib/PhpParser/Builder/Class_.php | 18 +
.../lib/PhpParser/Builder/Function_.php | 17 +
.../lib/PhpParser/Builder/Interface_.php | 18 +
.../lib/PhpParser/Builder/Method.php | 17 +
.../lib/PhpParser/Builder/Namespace_.php | 2 +-
.../lib/PhpParser/Builder/Param.php | 24 +-
.../lib/PhpParser/Builder/Property.php | 51 +-
.../lib/PhpParser/Builder/Trait_.php | 20 +-
.../php-parser/lib/PhpParser/Builder/Use_.php | 2 +-
.../lib/PhpParser/BuilderFactory.php | 42 +-
.../lib/PhpParser/BuilderHelpers.php | 101 +-
.../php-parser/lib/PhpParser/Comment.php | 98 +-
.../Internal/PrintableNewAnonClassNode.php | 13 +-
.../lib/PhpParser/Internal/TokenStream.php | 33 +-
.../php-parser/lib/PhpParser/JsonDecoder.php | 4 +-
.../nikic/php-parser/lib/PhpParser/Lexer.php | 286 +-
.../lib/PhpParser/Lexer/Emulative.php | 242 +-
.../Lexer/TokenEmulator/AttributeEmulator.php | 56 +
.../CoaleseEqualTokenEmulator.php | 47 +
.../Lexer/TokenEmulator/EnumTokenEmulator.php | 31 +
.../FlexibleDocStringEmulator.php | 76 +
.../Lexer/TokenEmulator/FnTokenEmulator.php | 23 +
.../Lexer/TokenEmulator/KeywordEmulator.php | 62 +
.../TokenEmulator/MatchTokenEmulator.php | 23 +
.../TokenEmulator/NullsafeTokenEmulator.php | 67 +
.../NumericLiteralSeparatorEmulator.php | 105 +
.../TokenEmulator/ReadonlyTokenEmulator.php | 23 +
.../Lexer/TokenEmulator/ReverseEmulator.php | 36 +
.../Lexer/TokenEmulator/TokenEmulator.php | 25 +
.../nikic/php-parser/lib/PhpParser/Node.php | 2 -
.../php-parser/lib/PhpParser/Node/Arg.php | 13 +-
.../lib/PhpParser/Node/Attribute.php | 34 +
.../lib/PhpParser/Node/AttributeGroup.php | 29 +
.../php-parser/lib/PhpParser/Node/Const_.php | 4 +-
.../lib/PhpParser/Node/Expr/ArrayDimFetch.php | 2 +-
.../lib/PhpParser/Node/Expr/ArrayItem.php | 11 +-
.../lib/PhpParser/Node/Expr/Array_.php | 6 +-
.../lib/PhpParser/Node/Expr/ArrowFunction.php | 79 +
.../lib/PhpParser/Node/Expr/Assign.php | 2 +-
.../lib/PhpParser/Node/Expr/AssignOp.php | 2 +-
.../PhpParser/Node/Expr/AssignOp/Coalesce.php | 12 +
.../lib/PhpParser/Node/Expr/AssignRef.php | 2 +-
.../lib/PhpParser/Node/Expr/BinaryOp.php | 2 +-
.../lib/PhpParser/Node/Expr/BitwiseNot.php | 2 +-
.../lib/PhpParser/Node/Expr/BooleanNot.php | 2 +-
.../lib/PhpParser/Node/Expr/Cast.php | 2 +-
.../lib/PhpParser/Node/Expr/Cast/Double.php | 5 +
.../PhpParser/Node/Expr/ClassConstFetch.php | 2 +-
.../lib/PhpParser/Node/Expr/Clone_.php | 2 +-
.../lib/PhpParser/Node/Expr/Closure.php | 16 +-
.../lib/PhpParser/Node/Expr/ClosureUse.php | 2 +-
.../lib/PhpParser/Node/Expr/ConstFetch.php | 2 +-
.../lib/PhpParser/Node/Expr/Empty_.php | 2 +-
.../lib/PhpParser/Node/Expr/Error.php | 2 +-
.../lib/PhpParser/Node/Expr/ErrorSuppress.php | 2 +-
.../lib/PhpParser/Node/Expr/Eval_.php | 2 +-
.../lib/PhpParser/Node/Expr/Exit_.php | 2 +-
.../lib/PhpParser/Node/Expr/FuncCall.php | 2 +-
.../lib/PhpParser/Node/Expr/Include_.php | 2 +-
.../lib/PhpParser/Node/Expr/Instanceof_.php | 2 +-
.../lib/PhpParser/Node/Expr/Isset_.php | 2 +-
.../lib/PhpParser/Node/Expr/List_.php | 2 +-
.../lib/PhpParser/Node/Expr/Match_.php | 31 +
.../lib/PhpParser/Node/Expr/MethodCall.php | 2 +-
.../lib/PhpParser/Node/Expr/New_.php | 2 +-
.../Node/Expr/NullsafeMethodCall.php | 40 +
.../Node/Expr/NullsafePropertyFetch.php | 35 +
.../lib/PhpParser/Node/Expr/PostDec.php | 2 +-
.../lib/PhpParser/Node/Expr/PostInc.php | 2 +-
.../lib/PhpParser/Node/Expr/PreDec.php | 2 +-
.../lib/PhpParser/Node/Expr/PreInc.php | 2 +-
.../lib/PhpParser/Node/Expr/Print_.php | 2 +-
.../lib/PhpParser/Node/Expr/PropertyFetch.php | 2 +-
.../lib/PhpParser/Node/Expr/ShellExec.php | 2 +-
.../lib/PhpParser/Node/Expr/StaticCall.php | 4 +-
.../Node/Expr/StaticPropertyFetch.php | 2 +-
.../lib/PhpParser/Node/Expr/Ternary.php | 2 +-
.../lib/PhpParser/Node/Expr/Throw_.php | 30 +
.../lib/PhpParser/Node/Expr/UnaryMinus.php | 2 +-
.../lib/PhpParser/Node/Expr/UnaryPlus.php | 2 +-
.../lib/PhpParser/Node/Expr/Variable.php | 4 +-
.../lib/PhpParser/Node/Expr/YieldFrom.php | 2 +-
.../lib/PhpParser/Node/Expr/Yield_.php | 2 +-
.../lib/PhpParser/Node/FunctionLike.php | 13 +-
.../lib/PhpParser/Node/Identifier.php | 2 +-
.../lib/PhpParser/Node/MatchArm.php | 31 +
.../php-parser/lib/PhpParser/Node/Name.php | 10 +-
.../lib/PhpParser/Node/NullableType.php | 2 +-
.../php-parser/lib/PhpParser/Node/Param.php | 33 +-
.../lib/PhpParser/Node/Scalar/DNumber.php | 4 +-
.../lib/PhpParser/Node/Scalar/Encapsed.php | 2 +-
.../Node/Scalar/EncapsedStringPart.php | 2 +-
.../lib/PhpParser/Node/Scalar/LNumber.php | 4 +-
.../lib/PhpParser/Node/Scalar/MagicConst.php | 2 +-
.../lib/PhpParser/Node/Scalar/String_.php | 27 +-
.../lib/PhpParser/Node/Stmt/Break_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Case_.php | 4 +-
.../lib/PhpParser/Node/Stmt/Catch_.php | 16 +-
.../lib/PhpParser/Node/Stmt/ClassConst.php | 32 +-
.../lib/PhpParser/Node/Stmt/ClassLike.php | 61 +
.../lib/PhpParser/Node/Stmt/ClassMethod.php | 18 +-
.../lib/PhpParser/Node/Stmt/Class_.php | 21 +-
.../lib/PhpParser/Node/Stmt/Const_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Continue_.php | 2 +-
.../PhpParser/Node/Stmt/DeclareDeclare.php | 2 +-
.../lib/PhpParser/Node/Stmt/Declare_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Do_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Echo_.php | 2 +-
.../lib/PhpParser/Node/Stmt/ElseIf_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Else_.php | 2 +-
.../lib/PhpParser/Node/Stmt/EnumCase.php | 37 +
.../lib/PhpParser/Node/Stmt/Enum_.php | 40 +
.../lib/PhpParser/Node/Stmt/Expression.php | 2 +-
.../lib/PhpParser/Node/Stmt/Finally_.php | 2 +-
.../lib/PhpParser/Node/Stmt/For_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Foreach_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Function_.php | 16 +-
.../lib/PhpParser/Node/Stmt/Global_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Goto_.php | 2 +-
.../lib/PhpParser/Node/Stmt/GroupUse.php | 2 +-
.../lib/PhpParser/Node/Stmt/HaltCompiler.php | 2 +-
.../lib/PhpParser/Node/Stmt/If_.php | 2 +-
.../lib/PhpParser/Node/Stmt/InlineHTML.php | 2 +-
.../lib/PhpParser/Node/Stmt/Interface_.php | 12 +-
.../lib/PhpParser/Node/Stmt/Label.php | 2 +-
.../lib/PhpParser/Node/Stmt/Namespace_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Property.php | 35 +-
.../PhpParser/Node/Stmt/PropertyProperty.php | 2 +-
.../lib/PhpParser/Node/Stmt/Return_.php | 2 +-
.../lib/PhpParser/Node/Stmt/StaticVar.php | 2 +-
.../lib/PhpParser/Node/Stmt/Static_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Switch_.php | 2 +-
.../lib/PhpParser/Node/Stmt/Throw_.php | 4 +-
.../lib/PhpParser/Node/Stmt/TraitUse.php | 2 +-
.../Node/Stmt/TraitUseAdaptation/Alias.php | 2 +-
.../Stmt/TraitUseAdaptation/Precedence.php | 2 +-
.../lib/PhpParser/Node/Stmt/Trait_.php | 10 +-
.../lib/PhpParser/Node/Stmt/TryCatch.php | 6 +-
.../lib/PhpParser/Node/Stmt/Unset_.php | 2 +-
.../lib/PhpParser/Node/Stmt/UseUse.php | 2 +-
.../lib/PhpParser/Node/Stmt/Use_.php | 2 +-
.../lib/PhpParser/Node/Stmt/While_.php | 2 +-
.../lib/PhpParser/Node/UnionType.php | 30 +
.../php-parser/lib/PhpParser/NodeAbstract.php | 41 +-
.../php-parser/lib/PhpParser/NodeDumper.php | 3 +
.../lib/PhpParser/NodeTraverser.php | 39 +-
.../PhpParser/NodeVisitor/NameResolver.php | 47 +-
.../NodeVisitor/NodeConnectingVisitor.php | 52 +
.../NodeVisitor/ParentConnectingVisitor.php | 41 +
.../php-parser/lib/PhpParser/Parser/Php5.php | 2371 +++---
.../php-parser/lib/PhpParser/Parser/Php7.php | 2462 +++---
.../lib/PhpParser/Parser/Tokens.php | 254 +-
.../lib/PhpParser/ParserAbstract.php | 244 +-
.../lib/PhpParser/PrettyPrinter/Standard.php | 196 +-
.../lib/PhpParser/PrettyPrinterAbstract.php | 291 +-
app/vendor/nikic/php-parser/phpunit.xml.dist | 18 -
.../test/PhpParser/Builder/ClassTest.php | 162 -
.../test/PhpParser/Builder/FunctionTest.php | 121 -
.../test/PhpParser/Builder/InterfaceTest.php | 105 -
.../test/PhpParser/Builder/MethodTest.php | 169 -
.../test/PhpParser/Builder/NamespaceTest.php | 47 -
.../test/PhpParser/Builder/ParamTest.php | 171 -
.../test/PhpParser/Builder/PropertyTest.php | 148 -
.../test/PhpParser/Builder/TraitTest.php | 49 -
.../Builder/TraitUseAdaptationTest.php | 121 -
.../test/PhpParser/Builder/TraitUseTest.php | 57 -
.../test/PhpParser/Builder/UseTest.php | 35 -
.../test/PhpParser/BuilderFactoryTest.php | 342 -
.../test/PhpParser/CodeParsingTest.php | 121 -
.../test/PhpParser/CodeTestAbstract.php | 30 -
.../test/PhpParser/CodeTestParser.php | 68 -
.../php-parser/test/PhpParser/CommentTest.php | 76 -
.../test/PhpParser/ConstExprEvaluatorTest.php | 133 -
.../PhpParser/ErrorHandler/CollectingTest.php | 24 -
.../PhpParser/ErrorHandler/ThrowingTest.php | 18 -
.../php-parser/test/PhpParser/ErrorTest.php | 108 -
.../test/PhpParser/Internal/DifferTest.php | 67 -
.../test/PhpParser/JsonDecoderTest.php | 45 -
.../test/PhpParser/Lexer/EmulativeTest.php | 133 -
.../php-parser/test/PhpParser/LexerTest.php | 266 -
.../test/PhpParser/NameContextTest.php | 66 -
.../test/PhpParser/Node/IdentifierTest.php | 31 -
.../test/PhpParser/Node/NameTest.php | 173 -
.../PhpParser/Node/Scalar/MagicConstTest.php | 28 -
.../test/PhpParser/Node/Scalar/StringTest.php | 63 -
.../PhpParser/Node/Stmt/ClassConstTest.php | 36 -
.../PhpParser/Node/Stmt/ClassMethodTest.php | 124 -
.../test/PhpParser/Node/Stmt/ClassTest.php | 61 -
.../PhpParser/Node/Stmt/InterfaceTest.php | 27 -
.../test/PhpParser/Node/Stmt/PropertyTest.php | 46 -
.../test/PhpParser/NodeAbstractTest.php | 327 -
.../test/PhpParser/NodeDumperTest.php | 109 -
.../test/PhpParser/NodeFinderTest.php | 60 -
.../test/PhpParser/NodeTraverserTest.php | 312 -
.../NodeVisitor/FindingVisitorTest.php | 54 -
.../NodeVisitor/FirstFindingVisitorTest.php | 39 -
.../NodeVisitor/NameResolverTest.php | 493 --
.../test/PhpParser/Parser/MultipleTest.php | 96 -
.../test/PhpParser/Parser/Php5Test.php | 15 -
.../test/PhpParser/Parser/Php7Test.php | 15 -
.../test/PhpParser/ParserFactoryTest.php | 37 -
.../php-parser/test/PhpParser/ParserTest.php | 185 -
.../test/PhpParser/PrettyPrinterTest.php | 315 -
.../nikic/php-parser/test/bootstrap.php | 31 -
.../code/formatPreservation/anonClasses.test | 16 -
.../test/code/formatPreservation/basic.test | 190 -
.../formatPreservation/blockConversion.test | 29 -
.../code/formatPreservation/comments.test | 52 -
.../test/code/formatPreservation/fixup.test | 67 -
.../code/formatPreservation/inlineHtml.test | 54 -
.../insertionOfNullable.test | 176 -
.../formatPreservation/listInsertion.test | 312 -
.../listInsertionIndentation.test | 17 -
.../code/formatPreservation/listRemoval.test | 41 -
.../formatPreservation/modifierChange.test | 33 -
.../formatPreservation/nopCommentAtEnd.test | 11 -
.../formatPreservation/removalViaNull.test | 194 -
.../code/formatPreservation/traitAlias.test | 19 -
.../test/code/parser/blockComments.test | 36 -
.../test/code/parser/commentAtEndOfClass.test | 37 -
.../php-parser/test/code/parser/comments.test | 108 -
.../code/parser/errorHandling/eofError.test | 36 -
.../parser/errorHandling/lexerErrors.test | 140 -
.../code/parser/errorHandling/recovery.test | 1376 ----
.../test/code/parser/expr/arrayDef.test | 161 -
.../code/parser/expr/arrayDestructuring.test | 152 -
.../test/code/parser/expr/assign.test | 363 -
.../test/code/parser/expr/assignNewByRef.test | 43 -
.../test/code/parser/expr/cast.test | 94 -
.../test/code/parser/expr/clone.test | 15 -
.../test/code/parser/expr/closure.test | 176 -
.../test/code/parser/expr/comparison.test | 129 -
.../test/code/parser/expr/constant_expr.test | 691 --
.../test/code/parser/expr/errorSuppress.test | 14 -
.../test/code/parser/expr/exit.test | 46 -
.../code/parser/expr/fetchAndCall/args.test | 109 -
.../parser/expr/fetchAndCall/constFetch.test | 43 -
.../expr/fetchAndCall/constantDeref.test | 253 -
.../parser/expr/fetchAndCall/funcCall.test | 158 -
.../parser/expr/fetchAndCall/newDeref.test | 82 -
.../expr/fetchAndCall/objectAccess.test | 184 -
.../expr/fetchAndCall/simpleArrayAccess.test | 72 -
.../parser/expr/fetchAndCall/staticCall.test | 214 -
.../fetchAndCall/staticPropertyFetch.test | 113 -
.../test/code/parser/expr/includeAndEval.test | 50 -
.../test/code/parser/expr/issetAndEmpty.test | 85 -
.../test/code/parser/expr/listReferences.test | 88 -
.../test/code/parser/expr/listWithKeys.test | 79 -
.../test/code/parser/expr/logic.test | 190 -
.../test/code/parser/expr/math.test | 313 -
.../php-parser/test/code/parser/expr/new.test | 187 -
.../code/parser/expr/newWithoutClass.test | 25 -
.../test/code/parser/expr/print.test | 14 -
.../test/code/parser/expr/shellExec.test | 56 -
.../code/parser/expr/ternaryAndCoalesce.test | 174 -
.../test/code/parser/expr/trailingCommas.test | 140 -
.../expr/uvs/globalNonSimpleVarError.test | 27 -
.../code/parser/expr/uvs/indirectCall.test | 507 --
.../test/code/parser/expr/uvs/isset.test | 84 -
.../test/code/parser/expr/uvs/misc.test | 127 -
.../test/code/parser/expr/uvs/new.test | 119 -
.../code/parser/expr/uvs/staticProperty.test | 123 -
.../test/code/parser/expr/variable.test | 67 -
.../test/code/parser/exprStmtMode.test | 57 -
.../code/parser/scalar/constantString.test | 86 -
.../test/code/parser/scalar/docString.test | 115 -
.../code/parser/scalar/docStringNewlines.test | 77 -
.../parser/scalar/encapsedNegVarOffset.test | 82 -
.../code/parser/scalar/encapsedString.test | 344 -
.../test/code/parser/scalar/float.test | 108 -
.../test/code/parser/scalar/int.test | 61 -
.../test/code/parser/scalar/invalidOctal.test | 26 -
.../test/code/parser/scalar/magicConst.test | 47 -
.../code/parser/scalar/unicodeEscape.test | 26 -
.../test/code/parser/semiReserved.test | 488 --
.../code/parser/stmt/blocklessStatement.test | 130 -
.../test/code/parser/stmt/class/abstract.test | 45 -
.../code/parser/stmt/class/anonymous.test | 213 -
.../code/parser/stmt/class/conditional.test | 35 -
.../stmt/class/constModifierErrors.test | 137 -
.../parser/stmt/class/constModifiers.test | 77 -
.../test/code/parser/stmt/class/final.test | 19 -
.../parser/stmt/class/implicitPublic.test | 108 -
.../code/parser/stmt/class/interface.test | 40 -
.../test/code/parser/stmt/class/modifier.test | 249 -
.../test/code/parser/stmt/class/name.test | 266 -
.../code/parser/stmt/class/php4Style.test | 58 -
.../test/code/parser/stmt/class/simple.test | 182 -
.../code/parser/stmt/class/staticMethod.test | 175 -
.../test/code/parser/stmt/class/trait.test | 188 -
.../test/code/parser/stmt/const.test | 48 -
.../test/code/parser/stmt/controlFlow.test | 59 -
.../test/code/parser/stmt/declare.test | 70 -
.../test/code/parser/stmt/echo.test | 32 -
.../function/builtinTypeDeclarations.test | 87 -
.../test/code/parser/stmt/function/byRef.test | 49 -
.../parser/stmt/function/conditional.test | 35 -
.../parser/stmt/function/defaultValues.test | 170 -
.../parser/stmt/function/nullableTypes.test | 55 -
.../parser/stmt/function/returnTypes.test | 64 -
.../parser/stmt/function/specialVars.test | 57 -
.../stmt/function/typeDeclarations.test | 63 -
.../code/parser/stmt/function/variadic.test | 134 -
.../stmt/function/variadicDefaultValue.test | 31 -
.../code/parser/stmt/generator/basic.test | 319 -
.../stmt/generator/yieldPrecedence.test | 250 -
.../stmt/generator/yieldUnaryPrecedence.test | 56 -
.../test/code/parser/stmt/haltCompiler.test | 61 -
.../stmt/haltCompilerInvalidSyntax.test | 6 -
.../code/parser/stmt/haltCompilerOffset.test | 36 -
.../stmt/haltCompilerOutermostScope.test | 8 -
.../test/code/parser/stmt/hashbang.test | 26 -
.../php-parser/test/code/parser/stmt/if.test | 103 -
.../test/code/parser/stmt/inlineHTML.test | 33 -
.../test/code/parser/stmt/loop/do.test | 17 -
.../test/code/parser/stmt/loop/for.test | 110 -
.../test/code/parser/stmt/loop/foreach.test | 164 -
.../test/code/parser/stmt/loop/while.test | 25 -
.../test/code/parser/stmt/multiCatch.test | 75 -
.../code/parser/stmt/namespace/alias.test | 178 -
.../code/parser/stmt/namespace/braced.test | 46 -
.../stmt/namespace/commentAfterNamespace.test | 22 -
.../code/parser/stmt/namespace/groupUse.test | 188 -
.../parser/stmt/namespace/groupUseErrors.test | 113 -
.../stmt/namespace/groupUsePositions.test | 28 -
.../stmt/namespace/groupUseTrailingComma.test | 47 -
.../parser/stmt/namespace/invalidName.test | 87 -
.../test/code/parser/stmt/namespace/mix.test | 103 -
.../test/code/parser/stmt/namespace/name.test | 50 -
.../code/parser/stmt/namespace/nested.test | 30 -
.../code/parser/stmt/namespace/notBraced.test | 49 -
.../stmt/namespace/nsAfterHashbang.test | 22 -
.../parser/stmt/namespace/outsideStmt.test | 60 -
.../stmt/namespace/outsideStmtInvalid.test | 109 -
.../test/code/parser/stmt/switch.test | 81 -
.../test/code/parser/stmt/tryCatch.test | 144 -
.../code/parser/stmt/tryWithoutCatch.test | 29 -
.../test/code/parser/stmt/unset.test | 26 -
.../test/code/prettyPrinter/comments.test | 67 -
.../prettyPrinter/commentsInCommaList.test | 53 -
.../prettyPrinter/expr/anonymousClass.test | 27 -
.../expr/arrayDestructuring.test | 14 -
.../test/code/prettyPrinter/expr/call.test | 13 -
.../test/code/prettyPrinter/expr/closure.test | 18 -
.../prettyPrinter/expr/constant_deref.test | 13 -
.../code/prettyPrinter/expr/docStrings.test | 86 -
.../test/code/prettyPrinter/expr/include.test | 7 -
.../code/prettyPrinter/expr/intrinsics.test | 29 -
.../test/code/prettyPrinter/expr/list.test | 19 -
.../code/prettyPrinter/expr/literals.test | 158 -
.../test/code/prettyPrinter/expr/numbers.test | 35 -
.../code/prettyPrinter/expr/operators.test | 144 -
.../code/prettyPrinter/expr/parentheses.test | 86 -
.../prettyPrinter/expr/shortArraySyntax.test | 11 -
.../prettyPrinter/expr/stringEscaping.test | 23 -
.../test/code/prettyPrinter/expr/uvs.test | 23 -
.../code/prettyPrinter/expr/variables.test | 73 -
.../test/code/prettyPrinter/expr/yield.test | 46 -
.../inlineHTMLandPHPtest.file-test | 58 -
.../code/prettyPrinter/nestedInlineHTML.test | 16 -
.../prettyPrinter/onlyInlineHTML.file-test | 19 -
.../test/code/prettyPrinter/onlyPHP.file-test | 16 -
.../test/code/prettyPrinter/stmt/alias.test | 20 -
.../prettyPrinter/stmt/break_continue.test | 13 -
.../test/code/prettyPrinter/stmt/class.test | 53 -
.../code/prettyPrinter/stmt/class_const.test | 20 -
.../test/code/prettyPrinter/stmt/const.test | 11 -
.../test/code/prettyPrinter/stmt/declare.test | 17 -
.../code/prettyPrinter/stmt/do_while.test | 10 -
.../test/code/prettyPrinter/stmt/for.test | 28 -
.../test/code/prettyPrinter/stmt/foreach.test | 28 -
.../stmt/function_signatures.test | 43 -
.../stmt/global_static_variables.test | 11 -
.../test/code/prettyPrinter/stmt/goto.test | 9 -
.../code/prettyPrinter/stmt/groupUse.test | 16 -
.../prettyPrinter/stmt/haltCompiler.file-test | 27 -
.../test/code/prettyPrinter/stmt/if.test | 16 -
.../code/prettyPrinter/stmt/multiCatch.test | 19 -
.../code/prettyPrinter/stmt/namespaces.test | 50 -
.../prettyPrinter/stmt/nullable_types.test | 11 -
.../test/code/prettyPrinter/stmt/switch.test | 37 -
.../test/code/prettyPrinter/stmt/throw.test | 7 -
.../code/prettyPrinter/stmt/traitUse.test | 25 -
.../code/prettyPrinter/stmt/tryCatch.test | 24 -
.../test/code/prettyPrinter/stmt/while.test | 10 -
.../nikic/php-parser/test/updateTests.php | 32 -
.../nikic/php-parser/test_old/run-php-src.sh | 4 -
app/vendor/nikic/php-parser/test_old/run.php | 251 -
.../random_compat}/LICENSE | 5 +-
.../paragonie/random_compat/build-phar.sh | 5 +
.../paragonie/random_compat/composer.json | 34 +
.../dist/random_compat.phar.pubkey | 5 +
.../dist/random_compat.phar.pubkey.asc | 11 +
.../paragonie/random_compat/lib/random.php | 32 +
.../random_compat/other/build_phar.php | 57 +
.../random_compat/psalm-autoload.php | 9 +
app/vendor/paragonie/random_compat/psalm.xml | 19 +
app/vendor/psr/log/.gitignore | 1 -
app/vendor/psr/log/Psr/Log/AbstractLogger.php | 32 +-
.../psr/log/Psr/Log/LoggerAwareTrait.php | 2 +-
.../psr/log/Psr/Log/LoggerInterface.php | 40 +-
app/vendor/psr/log/Psr/Log/LoggerTrait.php | 2 +
app/vendor/psr/log/Psr/Log/NullLogger.php | 2 +
app/vendor/psr/log/Psr/Log/Test/DummyTest.php | 18 +
.../log/Psr/Log/Test/LoggerInterfaceTest.php | 10 +-
.../psr/log/Psr/Log/Test/TestLogger.php | 1 +
app/vendor/psr/log/README.md | 6 +
app/vendor/psr/log/composer.json | 4 +-
app/vendor/psy/psysh/.github/CONTRIBUTING.md | 9 -
app/vendor/psy/psysh/.gitignore | 9 -
app/vendor/psy/psysh/.phan/config.php | 7 -
app/vendor/psy/psysh/.php_cs | 32 -
app/vendor/psy/psysh/.styleci.yml | 29 -
app/vendor/psy/psysh/.travis.yml | 44 -
app/vendor/psy/psysh/Makefile | 95 -
app/vendor/psy/psysh/README.md | 3 +-
app/vendor/psy/psysh/bin/build-stub | 22 -
app/vendor/psy/psysh/bin/psysh | 38 +-
app/vendor/psy/psysh/box.json.dist | 13 -
app/vendor/psy/psysh/composer.json | 15 +-
app/vendor/psy/psysh/phpunit.xml.dist | 12 -
app/vendor/psy/psysh/src/CodeCleaner.php | 102 +-
.../src/CodeCleaner/AbstractClassPass.php | 10 +-
.../CodeCleaner/AssignThisVariablePass.php | 6 +-
.../CallTimePassByReferencePass.php | 6 +-
.../psysh/src/CodeCleaner/CalledClassPass.php | 4 +-
.../psysh/src/CodeCleaner/CodeCleanerPass.php | 2 +-
.../CodeCleaner/EmptyArrayDimFetchPass.php | 50 +
.../psy/psysh/src/CodeCleaner/ExitPass.php | 5 +-
.../psysh/src/CodeCleaner/FinalClassPass.php | 6 +-
.../src/CodeCleaner/FunctionContextPass.php | 4 +-
.../FunctionReturnInWriteContextPass.php | 23 +-
.../src/CodeCleaner/ImplicitReturnPass.php | 2 +-
.../psysh/src/CodeCleaner/InstanceOfPass.php | 26 +-
.../psy/psysh/src/CodeCleaner/IssetPass.php | 47 +
.../src/CodeCleaner/LabelContextPass.php | 91 +
.../src/CodeCleaner/LeavePsyshAlonePass.php | 2 +-
.../psysh/src/CodeCleaner/LegacyEmptyPass.php | 73 -
.../psy/psysh/src/CodeCleaner/ListPass.php | 18 +-
.../psysh/src/CodeCleaner/LoopContextPass.php | 10 +-
.../src/CodeCleaner/MagicConstantsPass.php | 4 +-
.../src/CodeCleaner/NamespaceAwarePass.php | 4 +-
.../psysh/src/CodeCleaner/NamespacePass.php | 4 +-
.../psysh/src/CodeCleaner/NoReturnValue.php | 6 +-
.../CodeCleaner/PassableByReferencePass.php | 12 +-
.../psy/psysh/src/CodeCleaner/RequirePass.php | 46 +-
.../psysh/src/CodeCleaner/ReturnTypePass.php | 118 +
.../psysh/src/CodeCleaner/StrictTypesPass.php | 8 +-
.../src/CodeCleaner/UseStatementPass.php | 56 +-
.../src/CodeCleaner/ValidClassNamePass.php | 65 +-
.../src/CodeCleaner/ValidConstantPass.php | 8 +-
.../src/CodeCleaner/ValidConstructorPass.php | 6 +-
.../src/CodeCleaner/ValidFunctionNamePass.php | 10 +-
.../psy/psysh/src/Command/BufferCommand.php | 4 +-
.../psy/psysh/src/Command/ClearCommand.php | 4 +-
app/vendor/psy/psysh/src/Command/Command.php | 39 +-
.../psy/psysh/src/Command/DocCommand.php | 138 +-
.../psy/psysh/src/Command/DumpCommand.php | 8 +-
.../psy/psysh/src/Command/EditCommand.php | 9 +-
.../psy/psysh/src/Command/ExitCommand.php | 2 +-
.../psy/psysh/src/Command/HelpCommand.php | 15 +-
.../psy/psysh/src/Command/HistoryCommand.php | 42 +-
.../psy/psysh/src/Command/ListCommand.php | 66 +-
.../ListCommand/ClassConstantEnumerator.php | 15 +-
.../Command/ListCommand/ClassEnumerator.php | 44 +-
.../ListCommand/ConstantEnumerator.php | 85 +-
.../src/Command/ListCommand/Enumerator.php | 26 +-
.../ListCommand/FunctionEnumerator.php | 54 +-
.../ListCommand/GlobalVariableEnumerator.php | 10 +-
.../ListCommand/InterfaceEnumerator.php | 89 -
.../Command/ListCommand/MethodEnumerator.php | 21 +-
.../ListCommand/PropertyEnumerator.php | 26 +-
.../Command/ListCommand/TraitEnumerator.php | 89 -
.../ListCommand/VariableEnumerator.php | 12 +-
.../psy/psysh/src/Command/ParseCommand.php | 28 +-
.../psysh/src/Command/PsyVersionCommand.php | 4 +-
.../psysh/src/Command/ReflectingCommand.php | 67 +-
.../psy/psysh/src/Command/ShowCommand.php | 66 +-
.../psy/psysh/src/Command/SudoCommand.php | 10 +-
.../psy/psysh/src/Command/ThrowUpCommand.php | 34 +-
.../psy/psysh/src/Command/TimeitCommand.php | 10 +-
.../Command/TimeitCommand/TimeitVisitor.php | 19 +-
.../psy/psysh/src/Command/TraceCommand.php | 84 +-
.../psy/psysh/src/Command/WhereamiCommand.php | 65 +-
.../psy/psysh/src/Command/WtfCommand.php | 25 +-
app/vendor/psy/psysh/src/ConfigPaths.php | 304 +-
app/vendor/psy/psysh/src/Configuration.php | 659 +-
.../psy/psysh/src/ConsoleColorFactory.php | 51 +-
app/vendor/psy/psysh/src/Context.php | 10 +-
app/vendor/psy/psysh/src/ContextAware.php | 2 +-
app/vendor/psy/psysh/src/EnvInterface.php | 25 +
.../psysh/src/Exception/BreakException.php | 2 +-
.../src/Exception/DeprecatedException.php | 2 +-
.../psysh/src/Exception/ErrorException.php | 38 +-
.../psy/psysh/src/Exception/Exception.php | 2 +-
.../src/Exception/FatalErrorException.php | 14 +-
.../src/Exception/ParseErrorException.php | 2 +-
.../psysh/src/Exception/RuntimeException.php | 8 +-
.../psysh/src/Exception/ThrowUpException.php | 2 +-
.../src/Exception/TypeErrorException.php | 2 +-
.../Exception/UnexpectedTargetException.php | 37 +
app/vendor/psy/psysh/src/ExecutionClosure.php | 45 +-
app/vendor/psy/psysh/src/ExecutionLoop.php | 67 -
.../src/ExecutionLoop/AbstractListener.php | 2 +-
.../psy/psysh/src/ExecutionLoop/Listener.php | 2 +-
.../psysh/src/ExecutionLoop/ProcessForker.php | 85 +-
.../src/ExecutionLoop/RunkitReloader.php | 17 +-
.../psy/psysh/src/ExecutionLoopClosure.php | 14 +-
.../psy/psysh/src/Formatter/CodeFormatter.php | 297 +-
.../psysh/src/Formatter/DocblockFormatter.php | 16 +-
.../psy/psysh/src/Formatter/Formatter.php | 12 +-
.../src/Formatter/ReflectorFormatter.php | 25 +
.../src/Formatter/SignatureFormatter.php | 91 +-
.../psysh/src/Formatter/TraceFormatter.php | 104 +
.../psy/psysh/src/Input/CodeArgument.php | 2 +-
.../psy/psysh/src/Input/FilterOptions.php | 32 +-
app/vendor/psy/psysh/src/Input/ShellInput.php | 18 +-
.../psy/psysh/src/Input/SilentInput.php | 2 +-
.../psy/psysh/src/Output/OutputPager.php | 2 +-
.../psy/psysh/src/Output/PassthruPager.php | 2 +-
.../psy/psysh/src/Output/ProcOutputPager.php | 9 +-
.../psy/psysh/src/Output/ShellOutput.php | 56 +-
app/vendor/psy/psysh/src/ParserFactory.php | 12 +-
.../psy/psysh/src/Readline/GNUReadline.php | 30 +-
.../psy/psysh/src/Readline/HoaConsole.php | 20 +-
app/vendor/psy/psysh/src/Readline/Libedit.php | 35 +-
.../psy/psysh/src/Readline/Readline.php | 4 +-
.../psy/psysh/src/Readline/Transient.php | 8 +-
.../Reflection/ReflectionClassConstant.php | 14 +-
.../src/Reflection/ReflectionConstant.php | 4 +-
.../src/Reflection/ReflectionConstant_.php | 8 +-
.../ReflectionLanguageConstruct.php | 6 +-
.../ReflectionLanguageConstructParameter.php | 6 +-
.../src/Reflection/ReflectionNamespace.php | 60 +
app/vendor/psy/psysh/src/Shell.php | 386 +-
app/vendor/psy/psysh/src/Sudo.php | 64 +-
app/vendor/psy/psysh/src/Sudo/SudoVisitor.php | 43 +-
app/vendor/psy/psysh/src/SuperglobalsEnv.php | 32 +
.../psysh/src/TabCompletion/AutoCompleter.php | 4 +-
.../Matcher/AbstractContextAwareMatcher.php | 2 +-
.../AbstractDefaultParametersMatcher.php | 8 +-
.../TabCompletion/Matcher/AbstractMatcher.php | 9 +-
.../Matcher/ClassAttributesMatcher.php | 8 +-
.../ClassMethodDefaultParametersMatcher.php | 6 +-
.../Matcher/ClassMethodsMatcher.php | 6 +-
.../Matcher/ClassNamesMatcher.php | 6 +-
.../TabCompletion/Matcher/CommandsMatcher.php | 2 +-
.../Matcher/ConstantsMatcher.php | 4 +-
.../FunctionDefaultParametersMatcher.php | 2 +-
.../Matcher/FunctionsMatcher.php | 6 +-
.../TabCompletion/Matcher/KeywordsMatcher.php | 4 +-
.../Matcher/MongoClientMatcher.php | 8 +-
.../Matcher/MongoDatabaseMatcher.php | 8 +-
.../Matcher/ObjectAttributesMatcher.php | 4 +-
.../ObjectMethodDefaultParametersMatcher.php | 6 +-
.../Matcher/ObjectMethodsMatcher.php | 4 +-
.../Matcher/VariablesMatcher.php | 2 +-
app/vendor/psy/psysh/src/Util/Docblock.php | 15 +-
app/vendor/psy/psysh/src/Util/Json.php | 4 +-
app/vendor/psy/psysh/src/Util/Mirror.php | 81 +-
app/vendor/psy/psysh/src/Util/Str.php | 2 +-
app/vendor/psy/psysh/src/VarDumper/Cloner.php | 2 +-
app/vendor/psy/psysh/src/VarDumper/Dumper.php | 8 +-
.../psy/psysh/src/VarDumper/Presenter.php | 18 +-
.../psysh/src/VarDumper/PresenterAware.php | 2 +-
.../psy/psysh/src/VersionUpdater/Checker.php | 10 +-
.../src/VersionUpdater/GitHubChecker.php | 10 +-
.../src/VersionUpdater/IntervalChecker.php | 6 +-
.../psysh/src/VersionUpdater/NoopChecker.php | 2 +-
app/vendor/psy/psysh/src/functions.php | 233 +-
.../psy/psysh/test/ClassWithSecrets.php | 37 -
.../CodeCleaner/AbstractClassPassTest.php | 57 -
.../AssignThisVariablePassTest.php | 58 -
.../CallTimePassByReferencePassTest.php | 59 -
.../test/CodeCleaner/CalledClassPassTest.php | 90 -
.../test/CodeCleaner/CodeCleanerTestCase.php | 41 -
.../psysh/test/CodeCleaner/ExitPassTest.php | 59 -
.../test/CodeCleaner/FinalClassPassTest.php | 65 -
.../Fixtures/ClassWithCallStatic.php | 20 -
.../CodeCleaner/Fixtures/ClassWithStatic.php | 20 -
.../CodeCleaner/Fixtures/TraitWithStatic.php | 20 -
.../CodeCleaner/FunctionContextPassTest.php | 56 -
.../FunctionReturnInWriteContextPassTest.php | 91 -
.../CodeCleaner/ImplicitReturnPassTest.php | 112 -
.../test/CodeCleaner/InstanceOfPassTest.php | 72 -
.../CodeCleaner/LeavePsyshAlonePassTest.php | 69 -
.../test/CodeCleaner/LegacyEmptyPassTest.php | 76 -
.../psysh/test/CodeCleaner/ListPassTest.php | 109 -
.../test/CodeCleaner/LoopContextPassTest.php | 108 -
.../CodeCleaner/MagicConstantsPassTest.php | 39 -
.../test/CodeCleaner/NamespacePassTest.php | 59 -
.../test/CodeCleaner/NoReturnValueTest.php | 32 -
.../PassableByReferencePassTest.php | 104 -
.../test/CodeCleaner/RequirePassTest.php | 93 -
.../test/CodeCleaner/StrictTypesPassTest.php | 52 -
.../test/CodeCleaner/UseStatementPassTest.php | 102 -
.../CodeCleaner/ValidClassNamePassTest.php | 325 -
.../CodeCleaner/ValidConstantPassTest.php | 65 -
.../CodeCleaner/ValidConstructorPassTest.php | 93 -
.../CodeCleaner/ValidFunctionNamePassTest.php | 180 -
app/vendor/psy/psysh/test/CodeCleanerTest.php | 131 -
.../psysh/test/Command/ExitCommandTest.php | 29 -
.../psysh/test/Command/ThrowUpCommandTest.php | 89 -
.../TimeitCommand/TimeitVisitorTest.php | 52 -
.../psy/psysh/test/ConfigurationTest.php | 256 -
.../psysh/test/ConsoleColorFactoryTest.php | 51 -
app/vendor/psy/psysh/test/ContextTest.php | 325 -
.../test/Exception/BreakExceptionTest.php | 42 -
.../test/Exception/ErrorExceptionTest.php | 125 -
.../Exception/FatalErrorExceptionTest.php | 51 -
.../Exception/ParseErrorExceptionTest.php | 42 -
.../test/Exception/RuntimeExceptionTest.php | 30 -
.../test/Exception/ThrowUpExceptionTest.php | 66 -
.../test/Exception/TypeErrorExceptionTest.php | 52 -
app/vendor/psy/psysh/test/FakeShell.php | 29 -
.../test/Formatter/CodeFormatterTest.php | 129 -
.../test/Formatter/DocblockFormatterTest.php | 63 -
.../test/Formatter/Fixtures/BoringTrait.php | 20 -
.../test/Formatter/Fixtures/SomeClass.php | 30 -
.../test/Formatter/SignatureFormatterTest.php | 95 -
.../psy/psysh/test/Input/CodeArgumentTest.php | 52 -
.../psysh/test/Input/FilterOptionsTest.php | 105 -
.../psy/psysh/test/Input/ShellInputTest.php | 254 -
app/vendor/psy/psysh/test/ParserTestCase.php | 97 -
.../psysh/test/Readline/GNUReadlineTest.php | 80 -
.../psysh/test/Readline/HoaConsoleTest.php | 31 -
.../psy/psysh/test/Readline/LibeditTest.php | 128 -
.../psy/psysh/test/Readline/TransientTest.php | 76 -
.../ReflectionClassConstantTest.php | 81 -
.../Reflection/ReflectionConstantBCTest.php | 26 -
.../Reflection/ReflectionConstantTest.php | 114 -
...flectionLanguageConstructParameterTest.php | 64 -
.../ReflectionLanguageConstructTest.php | 102 -
app/vendor/psy/psysh/test/ShellTest.php | 442 --
.../psy/psysh/test/Sudo/SudoVisitorTest.php | 142 -
app/vendor/psy/psysh/test/SudoTest.php | 80 -
.../test/TabCompletion/AutoCompleterTest.php | 145 -
.../psysh/test/TabCompletion/StaticSample.php | 27 -
.../psy/psysh/test/Util/DocblockTest.php | 100 -
app/vendor/psy/psysh/test/Util/MirrorTest.php | 86 -
app/vendor/psy/psysh/test/Util/StrTest.php | 31 -
.../test/VersionUpdater/GitHubCheckerTest.php | 82 -
.../test/VersionUpdater/NoopCheckerTest.php | 25 -
app/vendor/psy/psysh/test/fixtures/config.php | 20 -
app/vendor/psy/psysh/test/fixtures/empty.php | 12 -
.../test/fixtures/mixed/.psysh/psysh_history | 0
.../psysh/test/fixtures/mixed/.psysh/rc.php | 1 -
.../psysh/test/fixtures/project/.psysh.php | 17 -
.../psysh/test/fixtures/unvis_fixtures.json | 1 -
.../psysh/test/tools/gen_unvis_fixtures.py | 94 -
app/vendor/psy/psysh/test/tools/vis.py | 126 -
.../psy/psysh/vendor-bin/box/composer.json | 7 -
.../psy/psysh/vendor-bin/box/composer.lock | 2524 ------
app/vendor/react/promise/CHANGELOG.md | 162 +
app/vendor/react/promise/LICENSE | 22 +
app/vendor/react/promise/README.md | 876 +++
app/vendor/react/promise/composer.json | 29 +
.../src/CancellablePromiseInterface.php | 17 +
.../react/promise/src/CancellationQueue.php | 55 +
app/vendor/react/promise/src/Deferred.php | 65 +
.../promise/src/Exception/LengthException.php | 7 +
.../promise/src/ExtendedPromiseInterface.php | 98 +
.../react/promise/src/FulfilledPromise.php | 71 +
app/vendor/react/promise/src/LazyPromise.php | 66 +
app/vendor/react/promise/src/Promise.php | 256 +
.../react/promise/src/PromiseInterface.php | 41 +
.../react/promise/src/PromisorInterface.php | 13 +
.../react/promise/src/RejectedPromise.php | 79 +
.../src/UnhandledRejectionException.php | 31 +
app/vendor/react/promise/src/functions.php | 351 +
.../react/promise/src/functions_include.php | 5 +
app/vendor/seld/jsonlint/.travis.yml | 25 -
app/vendor/seld/jsonlint/CHANGELOG.md | 14 +
app/vendor/seld/jsonlint/README.md | 11 +-
app/vendor/seld/jsonlint/bin/jsonlint | 8 +-
app/vendor/seld/jsonlint/composer.json | 2 +-
app/vendor/seld/jsonlint/phpunit.xml.dist | 25 -
.../Seld/JsonLint/DuplicateKeyException.php | 13 +
.../jsonlint/src/Seld/JsonLint/JsonParser.php | 59 +-
.../seld/jsonlint/src/Seld/JsonLint/Lexer.php | 84 +-
.../src/Seld/JsonLint/ParsingException.php | 7 +
.../seld/jsonlint/tests/JsonParserTest.php | 230 -
app/vendor/seld/jsonlint/tests/bom.json | 6 -
app/vendor/seld/jsonlint/tests/bootstrap.php | 13 -
app/vendor/seld/phar-utils/README.md | 6 +
app/vendor/seld/phar-utils/composer.json | 2 +-
app/vendor/seld/phar-utils/src/Linter.php | 110 +
app/vendor/seld/phar-utils/src/Timestamps.php | 12 +-
.../squizlabs/php_codesniffer/.gitattributes | 5 -
.../squizlabs/php_codesniffer/.gitignore | 6 -
.../squizlabs/php_codesniffer/README.md | 46 +-
.../squizlabs/php_codesniffer/autoload.php | 68 +-
.../squizlabs/php_codesniffer/composer.json | 2 +-
.../squizlabs/php_codesniffer/phpcs.xml.dist | 144 -
.../squizlabs/php_codesniffer/phpcs.xsd | 52 +-
.../php_codesniffer/scripts/build-phar.php | 96 -
.../squizlabs/php_codesniffer/src/Config.php | 204 +-
.../src/Exceptions/RuntimeException.php | 2 +-
.../php_codesniffer/src/Files/DummyFile.php | 2 +-
.../php_codesniffer/src/Files/File.php | 856 +-
.../php_codesniffer/src/Files/FileList.php | 6 +-
.../php_codesniffer/src/Files/LocalFile.php | 13 +-
.../php_codesniffer/src/Filters/Filter.php | 20 +-
.../src/Filters/GitModified.php | 5 +
.../php_codesniffer/src/Filters/GitStaged.php | 68 +
.../squizlabs/php_codesniffer/src/Fixer.php | 107 +-
.../src/Generators/Markdown.php | 2 +-
.../php_codesniffer/src/Generators/Text.php | 50 +-
.../php_codesniffer/src/Reporter.php | 11 +-
.../php_codesniffer/src/Reports/Cbf.php | 1 +
.../php_codesniffer/src/Reports/Gitblame.php | 3 +-
.../php_codesniffer/src/Reports/Hgblame.php | 5 +-
.../php_codesniffer/src/Reports/Info.php | 8 +-
.../php_codesniffer/src/Reports/Json.php | 2 +-
.../src/Reports/Notifysend.php | 5 +-
.../php_codesniffer/src/Reports/Svnblame.php | 1 +
.../php_codesniffer/src/Reports/Xml.php | 7 +-
.../squizlabs/php_codesniffer/src/Ruleset.php | 108 +-
.../squizlabs/php_codesniffer/src/Runner.php | 114 +-
.../src/Sniffs/AbstractArraySniff.php | 166 +-
.../src/Sniffs/AbstractPatternSniff.php | 15 +-
.../src/Sniffs/AbstractScopeSniff.php | 22 +-
.../src/Sniffs/AbstractVariableSniff.php | 17 +-
.../php_codesniffer/src/Sniffs/Sniff.php | 2 +-
.../DisallowYodaConditionsStandard.xml | 23 +
.../Docs/Files/ExecutableFileStandard.xml | 7 +
.../OneObjectStructurePerFileStandard.xml | 29 +
.../Docs/Files/OneTraitPerFileStandard.xml | 29 +
.../MultipleStatementAlignmentStandard.xml | 4 +-
.../Docs/Formatting/SpaceAfterNotStandard.xml | 25 +
.../AbstractClassNamePrefixStandard.xml | 23 +
.../InterfaceNameSuffixStandard.xml | 23 +
.../TraitNameSuffixStandard.xml | 23 +
.../DisallowRequestSuperglobalStandard.xml | 7 +
.../SpreadOperatorSpacingAfterStandard.xml | 34 +
.../Sniffs/Arrays/ArrayIndentSniff.php | 38 +-
.../Arrays/DisallowLongArraySyntaxSniff.php | 2 +-
.../Arrays/DisallowShortArraySyntaxSniff.php | 2 +-
.../Classes/DuplicateClassNameSniff.php | 3 +-
.../Classes/OpeningBraceSameLineSniff.php | 4 +-
.../AssignmentInConditionSniff.php | 4 +-
.../CodeAnalysis/EmptyPHPStatementSniff.php | 162 +
.../CodeAnalysis/EmptyStatementSniff.php | 3 +-
.../ForLoopShouldBeWhileLoopSniff.php | 4 +-
.../ForLoopWithTestFunctionCallSniff.php | 4 +-
.../CodeAnalysis/JumbledIncrementerSniff.php | 4 +-
.../UnconditionalIfStatementSniff.php | 6 +-
.../UnnecessaryFinalModifierSniff.php | 4 +-
.../UnusedFunctionParameterSniff.php | 115 +-
.../UselessOverridingMethodSniff.php | 6 +-
.../Sniffs/Commenting/DocCommentSniff.php | 16 +-
.../Generic/Sniffs/Commenting/FixmeSniff.php | 2 +-
.../Generic/Sniffs/Commenting/TodoSniff.php | 2 +-
.../DisallowYodaConditionsSniff.php | 188 +
.../InlineControlStructureSniff.php | 71 +-
.../Generic/Sniffs/Debug/CSSLintSniff.php | 7 +-
.../Sniffs/Debug/ClosureLinterSniff.php | 7 +-
.../Generic/Sniffs/Debug/ESLintSniff.php | 8 +-
.../Generic/Sniffs/Debug/JSHintSniff.php | 31 +-
.../Sniffs/Files/ByteOrderMarkSniff.php | 4 +-
.../Sniffs/Files/EndFileNewlineSniff.php | 2 +-
.../Sniffs/Files/EndFileNoNewlineSniff.php | 18 +-
.../Sniffs/Files/ExecutableFileSniff.php | 59 +
.../Generic/Sniffs/Files/InlineHTMLSniff.php | 27 +-
.../Generic/Sniffs/Files/LineEndingsSniff.php | 35 +-
.../Generic/Sniffs/Files/LineLengthSniff.php | 44 +-
.../Sniffs/Files/LowercasedFilenameSniff.php | 2 +-
.../Sniffs/Files/OneClassPerFileSniff.php | 2 +-
.../Sniffs/Files/OneInterfacePerFileSniff.php | 2 +-
.../Files/OneObjectStructurePerFileSniff.php | 2 +-
.../Sniffs/Files/OneTraitPerFileSniff.php | 2 +-
.../DisallowMultipleStatementsSniff.php | 60 +-
.../MultipleStatementAlignmentSniff.php | 49 +-
.../Formatting/NoSpaceAfterCastSniff.php | 5 +-
.../Sniffs/Formatting/SpaceAfterCastSniff.php | 112 +-
.../Sniffs/Formatting/SpaceAfterNotSniff.php | 80 +-
.../Formatting/SpaceBeforeCastSniff.php | 73 +
.../CallTimePassByReferenceSniff.php | 28 +-
.../FunctionCallArgumentSpacingSniff.php | 79 +-
.../OpeningFunctionBraceBsdAllmanSniff.php | 4 +-
...ningFunctionBraceKernighanRitchieSniff.php | 3 +-
.../Metrics/CyclomaticComplexitySniff.php | 2 +-
.../Sniffs/Metrics/NestingLevelSniff.php | 2 +-
.../AbstractClassNamePrefixSniff.php | 60 +
.../CamelCapsFunctionNameSniff.php | 66 +-
.../ConstructorNameSniff.php | 46 +-
.../InterfaceNameSuffixSniff.php | 54 +
.../TraitNameSuffixSniff.php | 54 +
.../UpperCaseConstantNameSniff.php | 5 +-
.../Sniffs/PHP/BacktickOperatorSniff.php | 2 +-
.../PHP/CharacterBeforePHPOpeningTagSniff.php | 31 +-
.../Generic/Sniffs/PHP/ClosingPHPTagSniff.php | 2 +-
.../Sniffs/PHP/DeprecatedFunctionsSniff.php | 3 -
.../PHP/DisallowAlternativePHPTagsSniff.php | 6 +-
.../PHP/DisallowRequestSuperglobalSniff.php | 54 +
.../Sniffs/PHP/DisallowShortOpenTagSniff.php | 4 +-
.../Sniffs/PHP/DiscourageGotoSniff.php | 2 +-
.../Sniffs/PHP/ForbiddenFunctionsSniff.php | 42 +-
.../Sniffs/PHP/LowerCaseConstantSniff.php | 2 +-
.../Sniffs/PHP/LowerCaseKeywordSniff.php | 6 +-
.../Generic/Sniffs/PHP/LowerCaseTypeSniff.php | 280 +-
.../Sniffs/PHP/NoSilencedErrorsSniff.php | 4 +-
.../Sniffs/PHP/RequireStrictTypesSniff.php | 69 +
.../Generic/Sniffs/PHP/SAPIUsageSniff.php | 11 +-
.../Generic/Sniffs/PHP/SyntaxSniff.php | 7 +-
.../Sniffs/PHP/UpperCaseConstantSniff.php | 2 +-
.../Strings/UnnecessaryStringConcatSniff.php | 2 +-
.../VersionControl/GitMergeConflictSniff.php | 225 +
.../SubversionPropertiesSniff.php | 4 +-
.../ArbitraryParenthesesSpacingSniff.php | 10 +-
.../WhiteSpace/DisallowSpaceIndentSniff.php | 2 +-
.../WhiteSpace/DisallowTabIndentSniff.php | 2 +-
.../IncrementDecrementSpacingSniff.php | 170 +
.../LanguageConstructSpacingSniff.php | 17 +-
.../Sniffs/WhiteSpace/ScopeIndentSniff.php | 342 +-
.../SpreadOperatorSpacingAfterSniff.php | 146 +
.../Tests/Arrays/ArrayIndentUnitTest.inc | 42 +
.../Arrays/ArrayIndentUnitTest.inc.fixed | 42 +
.../Tests/Arrays/ArrayIndentUnitTest.php | 15 +-
.../DisallowLongArraySyntaxUnitTest.1.inc | 5 +
...isallowLongArraySyntaxUnitTest.1.inc.fixed | 5 +
.../Classes/DuplicateClassNameUnitTest.1.inc | 3 +
.../Classes/DuplicateClassNameUnitTest.2.inc | 1 +
.../Classes/DuplicateClassNameUnitTest.php | 6 +-
.../AssignmentInConditionUnitTest.inc | 4 +-
.../AssignmentInConditionUnitTest.php | 1 +
.../EmptyPHPStatementUnitTest.inc | 86 +
.../EmptyPHPStatementUnitTest.inc.fixed | 80 +
.../EmptyPHPStatementUnitTest.php | 68 +
.../CodeAnalysis/EmptyStatementUnitTest.inc | 4 +-
.../CodeAnalysis/EmptyStatementUnitTest.php | 1 +
.../ForLoopShouldBeWhileLoopUnitTest.inc | 2 +-
.../UnusedFunctionParameterUnitTest.inc | 76 +-
.../UnusedFunctionParameterUnitTest.php | 12 +-
.../Tests/Commenting/DocCommentUnitTest.inc | 38 +-
.../Commenting/DocCommentUnitTest.inc.fixed | 257 +
.../Tests/Commenting/DocCommentUnitTest.js | 38 +-
.../Commenting/DocCommentUnitTest.js.fixed | 255 +
.../Tests/Commenting/DocCommentUnitTest.php | 24 +
.../DisallowYodaConditionsUnitTest.inc | 175 +
.../DisallowYodaConditionsUnitTest.php | 85 +
...c => InlineControlStructureUnitTest.1.inc} | 15 +
...nlineControlStructureUnitTest.1.inc.fixed} | 33 +-
.../InlineControlStructureUnitTest.2.inc | 8 +
.../InlineControlStructureUnitTest.3.inc | 4 +
.../InlineControlStructureUnitTest.4.inc | 5 +
.../InlineControlStructureUnitTest.5.inc | 4 +
.../InlineControlStructureUnitTest.6.inc | 6 +
.../InlineControlStructureUnitTest.7.inc | 16 +
.../InlineControlStructureUnitTest.php | 15 +-
.../Generic/Tests/Debug/CSSLintUnitTest.css | 6 +
.../Generic/Tests/Debug/CSSLintUnitTest.php | 70 +
.../Tests/Debug/ClosureLinterUnitTest.js | 6 +
.../Tests/Debug/ClosureLinterUnitTest.php | 69 +
.../Generic/Tests/Debug/ESLintUnitTest.js | 1 +
.../Generic/Tests/Debug/ESLintUnitTest.php | 113 +
.../Generic/Tests/Debug/JSHintUnitTest.js | 3 +
.../Generic/Tests/Debug/JSHintUnitTest.php | 67 +
.../Files/EndFileNewlineUnitTest.3.css.fixed | 2 +
.../Files/EndFileNewlineUnitTest.3.inc.fixed | 2 +
.../Files/EndFileNewlineUnitTest.3.js.fixed | 2 +
.../Files/EndFileNewlineUnitTest.4.inc.fixed | 2 +
.../EndFileNoNewlineUnitTest.1.css.fixed | 2 +
.../EndFileNoNewlineUnitTest.1.inc.fixed | 2 +
.../Files/EndFileNoNewlineUnitTest.1.js.fixed | 2 +
.../EndFileNoNewlineUnitTest.2.css.fixed | 2 +
.../EndFileNoNewlineUnitTest.2.inc.fixed | 3 +
.../Files/EndFileNoNewlineUnitTest.2.js.fixed | 2 +
.../EndFileNoNewlineUnitTest.6.inc.fixed | 2 +
.../Files/EndFileNoNewlineUnitTest.7.inc | 6 +
.../Tests/Files/EndFileNoNewlineUnitTest.php | 2 -
.../Tests/Files/ExecutableFileUnitTest.1.inc} | 0
.../Tests/Files/ExecutableFileUnitTest.2.inc} | 0
.../Tests/Files/ExecutableFileUnitTest.php | 72 +
.../Tests/Files/InlineHTMLUnitTest.6.inc | 2 +
.../Tests/Files/InlineHTMLUnitTest.7.inc | 2 +
.../Tests/Files/InlineHTMLUnitTest.php | 3 +
.../Tests/Files/LineEndingsUnitTest.css | 6 +-
.../Tests/Files/LineEndingsUnitTest.css.fixed | 3 +
.../Tests/Files/LineEndingsUnitTest.inc | 36 +-
.../Tests/Files/LineEndingsUnitTest.js | 4 +-
.../Tests/Files/LineEndingsUnitTest.js.fixed | 2 +
.../Tests/Files/LineLengthUnitTest.1.inc | 2 +
.../Tests/Files/LineLengthUnitTest.3.inc | 9 +
.../Tests/Files/LineLengthUnitTest.4.inc | 6 +
.../Tests/Files/LineLengthUnitTest.php | 6 +-
.../DisallowMultipleStatementsUnitTest.inc | 7 +
...sallowMultipleStatementsUnitTest.inc.fixed | 25 +
.../DisallowMultipleStatementsUnitTest.php | 9 +-
.../MultipleStatementAlignmentUnitTest.inc | 67 +-
...ltipleStatementAlignmentUnitTest.inc.fixed | 67 +-
.../MultipleStatementAlignmentUnitTest.js | 2 +-
...ultipleStatementAlignmentUnitTest.js.fixed | 2 +-
.../MultipleStatementAlignmentUnitTest.php | 7 +
.../Formatting/NoSpaceAfterCastUnitTest.inc | 6 +
.../NoSpaceAfterCastUnitTest.inc.fixed | 6 +
.../Formatting/NoSpaceAfterCastUnitTest.php | 1 +
.../Formatting/SpaceAfterCastUnitTest.inc | 54 +-
.../SpaceAfterCastUnitTest.inc.fixed | 47 +
.../Formatting/SpaceAfterCastUnitTest.php | 16 +
.../Formatting/SpaceAfterNotUnitTest.inc | 83 +-
.../SpaceAfterNotUnitTest.inc.fixed | 78 +
.../Formatting/SpaceAfterNotUnitTest.php | 51 +-
.../Formatting/SpaceBeforeCastUnitTest.inc | 65 +
.../SpaceBeforeCastUnitTest.inc.fixed | 65 +
.../Formatting/SpaceBeforeCastUnitTest.php | 78 +
.../CallTimePassByReferenceUnitTest.inc | 6 +
.../FunctionCallArgumentSpacingUnitTest.inc | 20 +
...ctionCallArgumentSpacingUnitTest.inc.fixed | 26 +-
.../FunctionCallArgumentSpacingUnitTest.php | 8 +-
.../Metrics/CyclomaticComplexityUnitTest.inc | 10 +-
.../AbstractClassNamePrefixUnitTest.inc | 59 +
.../AbstractClassNamePrefixUnitTest.php | 53 +
.../CamelCapsFunctionNameUnitTest.inc | 18 +
.../CamelCapsFunctionNameUnitTest.php | 2 +
.../ConstructorNameUnitTest.inc | 35 +-
.../ConstructorNameUnitTest.php | 1 +
.../InterfaceNameSuffixUnitTest.inc | 27 +
.../InterfaceNameSuffixUnitTest.php | 47 +
.../TraitNameSuffixUnitTest.inc | 13 +
.../TraitNameSuffixUnitTest.php | 50 +
.../UpperCaseConstantNameUnitTest.inc | 2 +
...CharacterBeforePHPOpeningTagUnitTest.3.inc | 3 +
.../Tests/PHP/DeprecatedFunctionsUnitTest.inc | 4 +
.../Tests/PHP/DeprecatedFunctionsUnitTest.php | 58 +
.../DisallowAlternativePHPTagsUnitTest.php | 2 +-
.../DisallowRequestSuperglobalUnitTest.inc | 16 +
.../DisallowRequestSuperglobalUnitTest.php | 51 +
.../PHP/DisallowShortOpenTagUnitTest.php | 2 +-
.../Tests/PHP/ForbiddenFunctionsUnitTest.inc | 2 +-
.../Tests/PHP/LowerCaseKeywordUnitTest.inc | 8 +
.../PHP/LowerCaseKeywordUnitTest.inc.fixed | 8 +
.../Tests/PHP/LowerCaseKeywordUnitTest.php | 3 +
.../Tests/PHP/LowerCaseTypeUnitTest.inc | 41 +-
.../Tests/PHP/LowerCaseTypeUnitTest.inc.fixed | 41 +-
.../Tests/PHP/LowerCaseTypeUnitTest.php | 21 +
.../Tests/PHP/NoSilencedErrorsUnitTest.inc | 3 +-
.../Tests/PHP/NoSilencedErrorsUnitTest.php | 5 +-
.../PHP/RequireStrictTypesUnitTest.1.inc | 8 +
.../PHP/RequireStrictTypesUnitTest.2.inc | 2 +
.../Tests/PHP/RequireStrictTypesUnitTest.php | 56 +
.../Generic/Tests/PHP/SAPIUsageUnitTest.inc | 1 +
.../Generic/Tests/PHP/SyntaxUnitTest.php | 1 -
.../GitMergeConflictUnitTest.1.css | 35 +
.../GitMergeConflictUnitTest.1.inc | 61 +
.../GitMergeConflictUnitTest.2.css | 32 +
.../GitMergeConflictUnitTest.2.inc | 31 +
.../GitMergeConflictUnitTest.3.inc | 43 +
.../GitMergeConflictUnitTest.4.inc | 71 +
.../GitMergeConflictUnitTest.5.inc | 34 +
.../GitMergeConflictUnitTest.6.inc | 34 +
.../GitMergeConflictUnitTest.js | 33 +
.../GitMergeConflictUnitTest.php | 160 +
.../SubversionPropertiesUnitTest.inc | 3 +
.../SubversionPropertiesUnitTest.php | 61 +
.../ArbitraryParenthesesSpacingUnitTest.inc | 4 +
...itraryParenthesesSpacingUnitTest.inc.fixed | 4 +
.../ArbitraryParenthesesSpacingUnitTest.php | 3 +
.../IncrementDecrementSpacingUnitTest.inc | 17 +
...ncrementDecrementSpacingUnitTest.inc.fixed | 16 +
.../IncrementDecrementSpacingUnitTest.js | 17 +
...IncrementDecrementSpacingUnitTest.js.fixed | 16 +
.../IncrementDecrementSpacingUnitTest.php | 66 +
.../LanguageConstructSpacingUnitTest.inc | 5 +-
...LanguageConstructSpacingUnitTest.inc.fixed | 5 +-
.../LanguageConstructSpacingUnitTest.php | 13 +-
.../WhiteSpace/ScopeIndentUnitTest.1.inc | 254 +
.../ScopeIndentUnitTest.1.inc.fixed | 254 +
.../WhiteSpace/ScopeIndentUnitTest.2.inc | 254 +
.../ScopeIndentUnitTest.2.inc.fixed | 254 +
.../WhiteSpace/ScopeIndentUnitTest.3.inc | 11 +
.../ScopeIndentUnitTest.3.inc.fixed | 11 +
.../WhiteSpace/ScopeIndentUnitTest.4.inc | 6 +
.../Tests/WhiteSpace/ScopeIndentUnitTest.php | 43 +-
.../SpreadOperatorSpacingAfterUnitTest.inc | 73 +
...readOperatorSpacingAfterUnitTest.inc.fixed | 68 +
.../SpreadOperatorSpacingAfterUnitTest.php | 58 +
.../src/Standards/Generic/ruleset.xml | 4 +-
.../Sniffs/CSS/BrowserSpecificStylesSniff.php | 2 +-
.../Channels/DisallowSelfActionsSniff.php | 2 +-
.../Sniffs/Channels/IncludeSystemSniff.php | 4 +-
.../Objects/CreateWidgetTypeCallbackSniff.php | 7 +-
.../Sniffs/PHP/AjaxNullComparisonSniff.php | 7 +-
.../Sniffs/PHP/EvalObjectFactorySniff.php | 2 +-
.../CreateWidgetTypeCallbackUnitTest.js | 2 +-
.../Tests/PHP/AjaxNullComparisonUnitTest.inc | 5 +-
.../Tests/PHP/AjaxNullComparisonUnitTest.php | 12 +-
.../src/Standards/MySource/ruleset.xml | 26 +-
.../Sniffs/Classes/ClassDeclarationSniff.php | 18 +-
.../Sniffs/Commenting/ClassCommentSniff.php | 20 +-
.../Sniffs/Commenting/FileCommentSniff.php | 38 +-
.../Commenting/FunctionCommentSniff.php | 114 +-
.../Sniffs/Commenting/InlineCommentSniff.php | 12 +-
.../ControlSignatureSniff.php | 1 +
.../MultiLineConditionSniff.php | 10 +-
.../PEAR/Sniffs/Files/IncludingFileSniff.php | 2 +-
.../Formatting/MultiLineAssignmentSniff.php | 6 +-
.../Functions/FunctionCallSignatureSniff.php | 72 +-
.../Functions/FunctionDeclarationSniff.php | 231 +-
.../Functions/ValidDefaultValueSniff.php | 3 +-
.../NamingConventions/ValidClassNameSniff.php | 8 +-
.../ValidFunctionNameSniff.php | 71 +-
.../ValidVariableNameSniff.php | 6 +-
.../WhiteSpace/ObjectOperatorIndentSniff.php | 55 +-
.../WhiteSpace/ScopeClosingBraceSniff.php | 2 +-
...est.inc => ClassDeclarationUnitTest.1.inc} | 30 +
.../ClassDeclarationUnitTest.1.inc.fixed | 121 +
.../Classes/ClassDeclarationUnitTest.2.inc | 11 +
.../Classes/ClassDeclarationUnitTest.php | 62 +-
.../Tests/Commenting/ClassCommentUnitTest.inc | 15 +
...UnitTest.inc => FileCommentUnitTest.1.inc} | 1 +
.../Commenting/FileCommentUnitTest.2.inc | 9 +
.../Tests/Commenting/FileCommentUnitTest.php | 69 +-
.../Commenting/FunctionCommentUnitTest.inc | 59 +
.../FunctionCommentUnitTest.inc.fixed | 59 +
.../Commenting/FunctionCommentUnitTest.php | 3 +-
.../ControlSignatureUnitTest.inc | 8 +-
.../ControlSignatureUnitTest.php | 1 +
.../FunctionCallSignatureUnitTest.inc | 159 +-
.../FunctionCallSignatureUnitTest.inc.fixed | 165 +-
.../FunctionCallSignatureUnitTest.php | 20 +
.../Functions/FunctionDeclarationUnitTest.inc | 75 +
.../FunctionDeclarationUnitTest.inc.fixed | 73 +
.../Functions/FunctionDeclarationUnitTest.php | 23 +
.../Functions/ValidDefaultValueUnitTest.inc | 20 +
.../Functions/ValidDefaultValueUnitTest.php | 19 +-
.../ValidFunctionNameUnitTest.inc | 15 +
.../ValidFunctionNameUnitTest.php | 3 +
.../ObjectOperatorIndentUnitTest.inc | 69 +
.../ObjectOperatorIndentUnitTest.inc.fixed | 69 +
.../ObjectOperatorIndentUnitTest.php | 37 +-
.../WhiteSpace/ScopeClosingBraceUnitTest.inc | 8 +
.../ScopeClosingBraceUnitTest.inc.fixed | 9 +
.../WhiteSpace/ScopeClosingBraceUnitTest.php | 2 +
.../src/Standards/PEAR/ruleset.xml | 66 +-
.../Methods/CamelCapsMethodNameStandard.xml | 29 +
.../Sniffs/Classes/ClassDeclarationSniff.php | 2 +-
.../PSR1/Sniffs/Files/SideEffectsSniff.php | 21 +-
.../Methods/CamelCapsMethodNameSniff.php | 16 +-
.../Tests/Files/SideEffectsUnitTest.1.inc | 7 +-
.../Tests/Files/SideEffectsUnitTest.13.inc | 2 +
.../Tests/Files/SideEffectsUnitTest.14.inc | 2 +
.../Tests/Files/SideEffectsUnitTest.15.inc | 2 +
.../Tests/Files/SideEffectsUnitTest.16.inc | 2 +
.../PSR1/Tests/Files/SideEffectsUnitTest.php | 2 +
.../Methods/CamelCapsMethodNameUnitTest.inc | 10 +-
.../Methods/CamelCapsMethodNameUnitTest.php | 1 +
.../src/Standards/PSR1/ruleset.xml | 57 +-
.../NullableTypeDeclarationStandard.xml | 45 +
.../Classes/AnonClassDeclarationSniff.php | 242 +
.../Classes/ClassInstantiationSniff.php | 25 +-
.../Sniffs/Classes/ClosingBraceSniff.php | 66 +
.../BooleanOperatorPlacementSniff.php | 229 +
.../ControlStructureSpacingSniff.php | 192 +
.../Sniffs/Files/DeclareStatementSniff.php | 256 +
.../PSR12/Sniffs/Files/FileHeaderSniff.php | 428 +
.../Sniffs/Files/ImportStatementSniff.php | 77 +
.../PSR12/Sniffs/Files/OpenTagSniff.php | 73 +
.../NullableTypeDeclarationSniff.php | 91 +
.../Functions/ReturnTypeDeclarationSniff.php | 110 +
.../Keywords/ShortFormTypeKeywordsSniff.php | 23 +-
.../CompoundNamespaceDepthSniff.php | 2 +-
.../Sniffs/Operators/OperatorSpacingSniff.php | 28 +-
.../Properties/ConstantVisibilitySniff.php | 61 +
.../Sniffs/Traits/UseDeclarationSniff.php | 700 ++
.../Classes/AnonClassDeclarationUnitTest.inc | 84 +
.../AnonClassDeclarationUnitTest.inc.fixed | 86 +
.../Classes/AnonClassDeclarationUnitTest.php | 71 +
.../Classes/ClassInstantiationUnitTest.inc | 4 +
.../ClassInstantiationUnitTest.inc.fixed | 4 +
.../Classes/ClassInstantiationUnitTest.php | 2 +
.../Tests/Classes/ClosingBraceUnitTest.inc | 47 +
.../Tests/Classes/ClosingBraceUnitTest.php | 54 +
.../BooleanOperatorPlacementUnitTest.inc | 131 +
...BooleanOperatorPlacementUnitTest.inc.fixed | 141 +
.../BooleanOperatorPlacementUnitTest.php | 59 +
.../ControlStructureSpacingUnitTest.inc | 100 +
.../ControlStructureSpacingUnitTest.inc.fixed | 103 +
.../ControlStructureSpacingUnitTest.php | 68 +
.../Tests/Files/DeclareStatementUnitTest.inc | 50 +
.../Files/DeclareStatementUnitTest.inc.fixed | 54 +
.../Tests/Files/DeclareStatementUnitTest.php | 72 +
.../Tests/Files/FileHeaderUnitTest.1.inc | 29 +
.../Tests/Files/FileHeaderUnitTest.10.inc | 4 +
.../Files/FileHeaderUnitTest.10.inc.fixed | 5 +
.../Tests/Files/FileHeaderUnitTest.11.inc | 21 +
.../Files/FileHeaderUnitTest.11.inc.fixed | 22 +
.../Tests/Files/FileHeaderUnitTest.12.inc | 17 +
.../Files/FileHeaderUnitTest.12.inc.fixed | 18 +
.../Tests/Files/FileHeaderUnitTest.13.inc | 24 +
.../Tests/Files/FileHeaderUnitTest.14.inc | 7 +
.../Tests/Files/FileHeaderUnitTest.15.inc | 5 +
.../Tests/Files/FileHeaderUnitTest.16.inc | 13 +
.../Tests/Files/FileHeaderUnitTest.17.inc | 13 +
.../Tests/Files/FileHeaderUnitTest.2.inc | 33 +
.../Files/FileHeaderUnitTest.2.inc.fixed | 29 +
.../Tests/Files/FileHeaderUnitTest.3.inc | 27 +
.../Tests/Files/FileHeaderUnitTest.4.inc | 15 +
.../Files/FileHeaderUnitTest.4.inc.fixed | 19 +
.../Tests/Files/FileHeaderUnitTest.5.inc | 18 +
.../Tests/Files/FileHeaderUnitTest.6.inc | 13 +
.../Tests/Files/FileHeaderUnitTest.7.inc | 2 +
.../Files/FileHeaderUnitTest.7.inc.fixed | 3 +
.../Tests/Files/FileHeaderUnitTest.8.inc | 5 +
.../Tests/Files/FileHeaderUnitTest.9.inc | 7 +
.../PSR12/Tests/Files/FileHeaderUnitTest.php | 82 +
.../Tests/Files/ImportStatementUnitTest.inc | 19 +
.../Files/ImportStatementUnitTest.inc.fixed | 19 +
.../Tests/Files/ImportStatementUnitTest.php | 52 +
.../PSR12/Tests/Files/OpenTagUnitTest.1.inc | 3 +
.../PSR12/Tests/Files/OpenTagUnitTest.2.inc | 1 +
.../Tests/Files/OpenTagUnitTest.2.inc.fixed | 2 +
.../PSR12/Tests/Files/OpenTagUnitTest.3.inc | 3 +
.../PSR12/Tests/Files/OpenTagUnitTest.4.inc | 2 +
.../PSR12/Tests/Files/OpenTagUnitTest.5.inc} | 0
.../PSR12/Tests/Files/OpenTagUnitTest.php | 55 +
.../NullableTypeDeclarationUnitTest.inc | 87 +
.../NullableTypeDeclarationUnitTest.inc.fixed | 85 +
.../NullableTypeDeclarationUnitTest.php | 64 +
.../ReturnTypeDeclarationUnitTest.inc | 66 +
.../ReturnTypeDeclarationUnitTest.inc.fixed | 62 +
.../ReturnTypeDeclarationUnitTest.php | 61 +
.../ShortFormTypeKeywordsUnitTest.inc | 6 +
.../ShortFormTypeKeywordsUnitTest.inc.fixed | 6 +
.../ShortFormTypeKeywordsUnitTest.php | 8 +-
.../Operators/OperatorSpacingUnitTest.inc | 17 +
.../OperatorSpacingUnitTest.inc.fixed | 17 +
.../Properties/ConstantVisibilityUnitTest.inc | 7 +
.../Properties/ConstantVisibilityUnitTest.php | 48 +
.../Tests/Traits/UseDeclarationUnitTest.inc | 209 +
.../Traits/UseDeclarationUnitTest.inc.fixed | 203 +
.../Tests/Traits/UseDeclarationUnitTest.php | 70 +
.../src/Standards/PSR12/ruleset.xml | 146 +-
.../Classes/PropertyDeclarationStandard.xml | 21 +-
.../Sniffs/Classes/ClassDeclarationSniff.php | 182 +-
.../Classes/PropertyDeclarationSniff.php | 93 +-
.../ControlStructureSpacingSniff.php | 67 +-
.../ElseIfDeclarationSniff.php | 2 +-
.../SwitchDeclarationSniff.php | 162 +-
.../PSR2/Sniffs/Files/ClosingTagSniff.php | 7 +-
.../PSR2/Sniffs/Files/EndFileNewlineSniff.php | 2 +-
.../Methods/FunctionCallSignatureSniff.php | 6 +-
.../Methods/FunctionClosingBraceSniff.php | 4 +-
.../Sniffs/Methods/MethodDeclarationSniff.php | 19 +-
.../Namespaces/NamespaceDeclarationSniff.php | 9 +-
.../Sniffs/Namespaces/UseDeclarationSniff.php | 18 +-
.../Classes/ClassDeclarationUnitTest.inc | 76 +
.../ClassDeclarationUnitTest.inc.fixed | 71 +
.../Classes/ClassDeclarationUnitTest.php | 13 +
.../Classes/PropertyDeclarationUnitTest.inc | 49 +-
.../PropertyDeclarationUnitTest.inc.fixed | 70 +
.../Classes/PropertyDeclarationUnitTest.php | 20 +-
.../ControlStructureSpacingUnitTest.inc | 34 +
.../ControlStructureSpacingUnitTest.inc.fixed | 34 +
.../ControlStructureSpacingUnitTest.php | 10 +-
.../SwitchDeclarationUnitTest.inc | 69 +
.../SwitchDeclarationUnitTest.inc.fixed | 69 +
.../SwitchDeclarationUnitTest.php | 2 +
.../Files/ClosingTagUnitTest.5.inc.fixed | 1 +
.../PSR2/Tests/Files/ClosingTagUnitTest.6.inc | 5 +
.../Files/ClosingTagUnitTest.6.inc.fixed | 5 +
.../PSR2/Tests/Files/ClosingTagUnitTest.7.inc | 5 +
.../Files/ClosingTagUnitTest.7.inc.fixed | 5 +
.../PSR2/Tests/Files/ClosingTagUnitTest.php | 4 +
.../Files/EndFileNewlineUnitTest.1.inc.fixed | 2 +
.../Files/EndFileNewlineUnitTest.10.inc.fixed | 2 +
.../Files/EndFileNewlineUnitTest.3.inc.fixed | 2 +
.../Files/EndFileNewlineUnitTest.6.inc.fixed | 2 +
.../Files/EndFileNewlineUnitTest.7.inc.fixed | 2 +
.../Files/EndFileNewlineUnitTest.9.inc.fixed | 2 +
.../Methods/FunctionCallSignatureUnitTest.inc | 55 +
.../FunctionCallSignatureUnitTest.inc.fixed | 58 +
.../Methods/FunctionCallSignatureUnitTest.php | 38 +-
.../Methods/MethodDeclarationUnitTest.inc | 49 +
.../MethodDeclarationUnitTest.inc.fixed | 49 +
.../Methods/MethodDeclarationUnitTest.php | 18 +-
.../NamespaceDeclarationUnitTest.inc | 4 +
.../NamespaceDeclarationUnitTest.inc.fixed | 4 +
.../Namespaces/UseDeclarationUnitTest.2.inc | 4 +
.../UseDeclarationUnitTest.2.inc.fixed | 8 +
.../Namespaces/UseDeclarationUnitTest.php | 5 +-
.../src/Standards/PSR2/ruleset.xml | 413 +-
.../Docs/Arrays/ArrayDeclarationStandard.xml | 8 +-
.../Arrays/ArrayBracketSpacingSniff.php | 2 +-
.../Sniffs/Arrays/ArrayDeclarationSniff.php | 234 +-
.../ClassDefinitionClosingBraceSpaceSniff.php | 46 +-
.../CSS/ClassDefinitionNameSpacingSniff.php | 7 +-
.../ClassDefinitionOpeningBraceSpaceSniff.php | 149 +-
.../Squiz/Sniffs/CSS/ColonSpacingSniff.php | 2 +-
.../Sniffs/CSS/ColourDefinitionSniff.php | 6 +-
.../DisallowMultipleStyleDefinitionsSniff.php | 2 +-
.../CSS/DuplicateClassDefinitionSniff.php | 5 +-
.../CSS/DuplicateStyleDefinitionSniff.php | 7 +-
.../Sniffs/CSS/EmptyClassDefinitionSniff.php | 2 +-
.../Sniffs/CSS/EmptyStyleDefinitionSniff.php | 2 +-
.../Squiz/Sniffs/CSS/ForbiddenStylesSniff.php | 6 +-
.../Squiz/Sniffs/CSS/IndentationSniff.php | 8 +-
.../CSS/LowercaseStyleDefinitionSniff.php | 2 +-
.../Squiz/Sniffs/CSS/MissingColonSniff.php | 10 +-
.../Squiz/Sniffs/CSS/NamedColoursSniff.php | 5 +-
.../Squiz/Sniffs/CSS/OpacitySniff.php | 16 +-
.../Sniffs/CSS/SemicolonSpacingSniff.php | 54 +-
.../Squiz/Sniffs/CSS/ShorthandSizeSniff.php | 26 +-
.../Sniffs/Classes/ClassDeclarationSniff.php | 2 +-
.../Sniffs/Classes/ClassFileNameSniff.php | 3 +-
.../Sniffs/Classes/DuplicatePropertySniff.php | 2 +-
.../Classes/LowercaseClassKeywordsSniff.php | 32 +-
.../Classes/SelfMemberReferenceSniff.php | 98 +-
.../Sniffs/Classes/ValidClassNameSniff.php | 2 +-
.../Sniffs/Commenting/BlockCommentSniff.php | 7 +-
.../Sniffs/Commenting/ClassCommentSniff.php | 27 +-
.../ClosingDeclarationCommentSniff.php | 2 +-
.../Commenting/DocCommentAlignmentSniff.php | 4 +-
.../Commenting/EmptyCatchCommentSniff.php | 2 +-
.../Sniffs/Commenting/FileCommentSniff.php | 32 +-
.../Commenting/FunctionCommentSniff.php | 95 +-
.../FunctionCommentThrowTagSniff.php | 77 +-
.../Sniffs/Commenting/InlineCommentSniff.php | 126 +-
.../LongConditionClosingCommentSniff.php | 18 +-
.../Commenting/PostStatementCommentSniff.php | 41 +-
.../Commenting/VariableCommentSniff.php | 7 +-
.../ControlSignatureSniff.php | 43 +-
.../ElseIfDeclarationSniff.php | 2 +-
.../ForEachLoopDeclarationSniff.php | 23 +-
.../ForLoopDeclarationSniff.php | 265 +-
.../InlineIfDeclarationSniff.php | 2 +-
.../LowercaseDeclarationSniff.php | 12 +-
.../SwitchDeclarationSniff.php | 2 +-
.../Squiz/Sniffs/Debug/JSLintSniff.php | 11 +-
.../Sniffs/Debug/JavaScriptLintSniff.php | 8 +-
.../Squiz/Sniffs/Files/FileExtensionSniff.php | 4 +-
.../Formatting/OperatorBracketSniff.php | 30 +-
...unctionDeclarationArgumentSpacingSniff.php | 336 +-
.../FunctionDuplicateArgumentSniff.php | 4 +-
.../Sniffs/Functions/GlobalFunctionSniff.php | 2 +-
.../LowercaseFunctionKeywordsSniff.php | 29 +-
.../MultiLineFunctionDeclarationSniff.php | 69 +-
.../ValidFunctionNameSniff.php | 2 +-
.../ValidVariableNameSniff.php | 39 +-
.../DisallowObjectStringIndexSniff.php | 2 +-
.../Objects/ObjectInstantiationSniff.php | 4 +-
.../Sniffs/Objects/ObjectMemberCommaSniff.php | 4 +-
.../ComparisonOperatorUsageSniff.php | 23 +-
.../IncrementDecrementUsageSniff.php | 7 +-
.../Operators/ValidLogicalOperatorsSniff.php | 2 +-
.../Sniffs/PHP/CommentedOutCodeSniff.php | 4 +-
.../PHP/DisallowBooleanStatementSniff.php | 2 +-
.../PHP/DisallowComparisonAssignmentSniff.php | 19 +-
.../Sniffs/PHP/DisallowInlineIfSniff.php | 2 +-
.../PHP/DisallowMultipleAssignmentsSniff.php | 60 +-
.../PHP/DisallowSizeFunctionsInLoopsSniff.php | 6 +-
.../Squiz/Sniffs/PHP/EmbeddedPhpSniff.php | 6 +-
.../Standards/Squiz/Sniffs/PHP/EvalSniff.php | 2 +-
.../Squiz/Sniffs/PHP/GlobalKeywordSniff.php | 2 +-
.../Squiz/Sniffs/PHP/HeredocSniff.php | 2 +-
.../Squiz/Sniffs/PHP/InnerFunctionsSniff.php | 4 +-
.../Sniffs/PHP/LowercasePHPFunctionsSniff.php | 91 +-
.../Sniffs/PHP/NonExecutableCodeSniff.php | 11 +-
.../Sniffs/Scope/MemberVarScopeSniff.php | 2 +-
.../Squiz/Sniffs/Scope/MethodScopeSniff.php | 17 +-
.../Sniffs/Scope/StaticThisUsageSniff.php | 45 +-
.../Strings/ConcatenationSpacingSniff.php | 6 +-
.../Sniffs/Strings/DoubleQuoteUsageSniff.php | 2 +-
.../Sniffs/Strings/EchoedStringsSniff.php | 2 +-
.../Sniffs/WhiteSpace/CastSpacingSniff.php | 2 +-
.../ControlStructureSpacingSniff.php | 13 +-
.../FunctionClosingBraceSpaceSniff.php | 2 +-
.../FunctionOpeningBraceSpaceSniff.php | 4 +-
.../WhiteSpace/FunctionSpacingSniff.php | 125 +-
.../LanguageConstructSpacingSniff.php | 2 +-
.../LogicalOperatorSpacingSniff.php | 10 +-
.../WhiteSpace/MemberVarSpacingSniff.php | 11 +-
.../WhiteSpace/ObjectOperatorSpacingSniff.php | 37 +-
.../WhiteSpace/OperatorSpacingSniff.php | 143 +-
.../WhiteSpace/PropertyLabelSpacingSniff.php | 2 +-
.../WhiteSpace/ScopeClosingBraceSniff.php | 2 +-
.../WhiteSpace/ScopeKeywordSpacingSniff.php | 61 +-
.../WhiteSpace/SemicolonSpacingSniff.php | 12 +-
.../WhiteSpace/SuperfluousWhitespaceSniff.php | 11 +-
.../Arrays/ArrayDeclarationUnitTest.1.inc | 76 +
.../ArrayDeclarationUnitTest.1.inc.fixed | 88 +-
.../Arrays/ArrayDeclarationUnitTest.2.inc | 78 +-
.../ArrayDeclarationUnitTest.2.inc.fixed | 86 +-
.../Tests/Arrays/ArrayDeclarationUnitTest.php | 22 +
...assDefinitionClosingBraceSpaceUnitTest.css | 34 +
...initionClosingBraceSpaceUnitTest.css.fixed | 85 +
...assDefinitionClosingBraceSpaceUnitTest.php | 7 +
.../ClassDefinitionNameSpacingUnitTest.css | 4 +
...assDefinitionOpeningBraceSpaceUnitTest.css | 65 +
...initionOpeningBraceSpaceUnitTest.css.fixed | 106 +
...assDefinitionOpeningBraceSpaceUnitTest.php | 9 +
.../Tests/CSS/ColourDefinitionUnitTest.css | 6 +
.../CSS/ColourDefinitionUnitTest.css.fixed | 16 +
...sallowMultipleStyleDefinitionsUnitTest.css | 5 +
...MultipleStyleDefinitionsUnitTest.css.fixed | 27 +
...sallowMultipleStyleDefinitionsUnitTest.php | 2 +
.../CSS/DuplicateClassDefinitionUnitTest.css | 30 +
.../CSS/DuplicateClassDefinitionUnitTest.php | 8 +-
.../CSS/DuplicateStyleDefinitionUnitTest.css | 4 +
.../CSS/ForbiddenStylesUnitTest.css.fixed | 18 +
...UnitTest.css => IndentationUnitTest.1.css} | 0
....fixed => IndentationUnitTest.1.css.fixed} | 0
.../Squiz/Tests/CSS/IndentationUnitTest.2.css | 3 +
.../Squiz/Tests/CSS/IndentationUnitTest.php | 50 +-
.../Squiz/Tests/CSS/MissingColonUnitTest.css | 4 +
.../Squiz/Tests/CSS/OpacityUnitTest.css | 8 +
.../Squiz/Tests/CSS/OpacityUnitTest.css.fixed | 35 +
.../Squiz/Tests/CSS/OpacityUnitTest.php | 3 +
.../Tests/CSS/SemicolonSpacingUnitTest.css | 34 +
.../CSS/SemicolonSpacingUnitTest.css.fixed | 58 +
.../Tests/CSS/SemicolonSpacingUnitTest.php | 11 +-
.../Squiz/Tests/CSS/ShorthandSizeUnitTest.css | 23 +-
.../Tests/CSS/ShorthandSizeUnitTest.css.fixed | 41 +
.../Squiz/Tests/CSS/ShorthandSizeUnitTest.php | 1 +
.../Tests/Classes/ClassFileNameUnitTest.inc | 16 +
.../Tests/Classes/ClassFileNameUnitTest.php | 18 +-
.../LowercaseClassKeywordsUnitTest.inc | 3 +-
.../LowercaseClassKeywordsUnitTest.inc.fixed | 13 +
.../LowercaseClassKeywordsUnitTest.php | 1 +
.../Classes/SelfMemberReferenceUnitTest.inc | 55 +-
.../SelfMemberReferenceUnitTest.inc.fixed | 43 +-
.../Classes/SelfMemberReferenceUnitTest.php | 12 +-
.../Tests/Classes/ValidClassNameUnitTest.inc | 6 +
.../Tests/Commenting/BlockCommentUnitTest.inc | 14 +
.../Commenting/BlockCommentUnitTest.inc.fixed | 14 +
.../Tests/Commenting/BlockCommentUnitTest.php | 2 +
.../Tests/Commenting/ClassCommentUnitTest.inc | 8 +
.../FileCommentUnitTest.1.inc.fixed | 43 +
.../Tests/Commenting/FileCommentUnitTest.1.js | 48 +-
...Test.js => FileCommentUnitTest.1.js.fixed} | 8 +-
.../Tests/Commenting/FileCommentUnitTest.2.js | 10 +
.../Commenting/FileCommentUnitTest.4.inc | 3 +
.../Commenting/FileCommentUnitTest.5.inc | 4 +
.../Commenting/FileCommentUnitTest.6.inc | 12 +
.../Commenting/FileCommentUnitTest.7.inc | 12 +
.../Tests/Commenting/FileCommentUnitTest.php | 11 +-
.../FunctionCommentThrowTagUnitTest.inc | 99 +
.../Commenting/FunctionCommentUnitTest.inc | 43 +-
.../FunctionCommentUnitTest.inc.fixed | 43 +-
.../Commenting/FunctionCommentUnitTest.php | 186 +-
.../Commenting/InlineCommentUnitTest.inc | 10 +
.../InlineCommentUnitTest.inc.fixed | 10 +
.../Commenting/InlineCommentUnitTest.php | 1 +
.../LongConditionClosingCommentUnitTest.inc | 71 +
...gConditionClosingCommentUnitTest.inc.fixed | 71 +
.../LongConditionClosingCommentUnitTest.js | 2 +-
...ngConditionClosingCommentUnitTest.js.fixed | 444 ++
.../LongConditionClosingCommentUnitTest.php | 55 +-
...t.js => PostStatementCommentUnitTest.1.js} | 8 +-
...> PostStatementCommentUnitTest.1.js.fixed} | 8 +-
.../PostStatementCommentUnitTest.2.js | 2 +
.../PostStatementCommentUnitTest.inc | 32 +-
.../PostStatementCommentUnitTest.inc.fixed | 34 +-
.../PostStatementCommentUnitTest.php | 9 +-
.../Commenting/VariableCommentUnitTest.inc | 22 +-
.../VariableCommentUnitTest.inc.fixed | 22 +-
.../Commenting/VariableCommentUnitTest.php | 2 +
.../ControlSignatureUnitTest.inc | 19 +
.../ControlSignatureUnitTest.inc.fixed | 20 +
.../ControlSignatureUnitTest.php | 1 +
.../ElseIfDeclarationUnitTest.inc | 2 -
.../ElseIfDeclarationUnitTest.inc.fixed | 14 +
.../ForLoopDeclarationUnitTest.inc | 88 +
.../ForLoopDeclarationUnitTest.inc.fixed | 95 +
.../ForLoopDeclarationUnitTest.js | 78 +
.../ForLoopDeclarationUnitTest.js.fixed | 91 +
.../ForLoopDeclarationUnitTest.php | 98 +-
.../InlineIfDeclarationUnitTest.php | 2 +-
.../LowercaseDeclarationUnitTest.inc | 3 +-
.../LowercaseDeclarationUnitTest.inc.fixed | 24 +
.../LowercaseDeclarationUnitTest.php | 1 +
.../SwitchDeclarationUnitTest.inc | 16 +
.../SwitchDeclarationUnitTest.inc.fixed | 342 +
.../SwitchDeclarationUnitTest.php | 139 +-
.../Formatting/OperatorBracketUnitTest.inc | 30 +
.../OperatorBracketUnitTest.inc.fixed | 30 +
.../Formatting/OperatorBracketUnitTest.php | 7 +
...tionDeclarationArgumentSpacingUnitTest.inc | 24 +-
...clarationArgumentSpacingUnitTest.inc.fixed | 26 +-
...tionDeclarationArgumentSpacingUnitTest.php | 62 +-
.../Functions/FunctionDeclarationUnitTest.inc | 1 +
.../LowercaseFunctionKeywordsUnitTest.inc | 33 +-
...owercaseFunctionKeywordsUnitTest.inc.fixed | 28 +
.../LowercaseFunctionKeywordsUnitTest.php | 14 +-
.../MultiLineFunctionDeclarationUnitTest.inc | 20 +
...iLineFunctionDeclarationUnitTest.inc.fixed | 20 +
.../MultiLineFunctionDeclarationUnitTest.php | 6 +
.../ValidVariableNameUnitTest.inc | 21 +-
.../ValidVariableNameUnitTest.php | 3 +
.../Objects/ObjectInstantiationUnitTest.inc | 11 +
.../Objects/ObjectMemberCommaUnitTest.js | 8 +
.../ObjectMemberCommaUnitTest.js.fixed | 47 +
.../Objects/ObjectMemberCommaUnitTest.php | 9 +-
.../ComparisonOperatorUsageUnitTest.inc | 2 +
.../IncrementDecrementUsageUnitTest.inc | 4 +-
.../IncrementDecrementUsageUnitTest.php | 2 +
.../DisallowComparisonAssignmentUnitTest.inc | 17 +
.../DisallowComparisonAssignmentUnitTest.php | 2 +
.../Tests/PHP/DisallowInlineIfUnitTest.inc | 8 +
.../Tests/PHP/DisallowInlineIfUnitTest.php | 5 +-
.../DisallowMultipleAssignmentsUnitTest.inc | 46 +
.../DisallowMultipleAssignmentsUnitTest.php | 2 +
.../DisallowSizeFunctionsInLoopsUnitTest.inc | 2 +-
.../Tests/PHP/InnerFunctionsUnitTest.inc | 21 +
.../Tests/PHP/InnerFunctionsUnitTest.php | 5 +-
.../PHP/LowercasePHPFunctionsUnitTest.inc | 20 +
.../LowercasePHPFunctionsUnitTest.inc.fixed | 43 +
.../PHP/LowercasePHPFunctionsUnitTest.php | 8 +-
.../Tests/PHP/NonExecutableCodeUnitTest.1.inc | 42 +
.../Tests/Scope/MemberVarScopeUnitTest.inc | 4 +-
.../Squiz/Tests/Scope/MethodScopeUnitTest.inc | 10 +-
.../Squiz/Tests/Scope/MethodScopeUnitTest.php | 1 +
.../Tests/Scope/StaticThisUsageUnitTest.inc | 60 +
.../Tests/Scope/StaticThisUsageUnitTest.php | 7 +
.../Tests/WhiteSpace/CastSpacingUnitTest.inc | 4 +-
.../WhiteSpace/CastSpacingUnitTest.inc.fixed | 9 +
.../Tests/WhiteSpace/CastSpacingUnitTest.php | 1 +
.../ControlStructureSpacingUnitTest.inc | 10 +
.../ControlStructureSpacingUnitTest.inc.fixed | 9 +
.../ControlStructureSpacingUnitTest.php | 3 +
.../FunctionOpeningBraceSpaceUnitTest.inc | 16 +-
...unctionOpeningBraceSpaceUnitTest.inc.fixed | 49 +
...FunctionOpeningBraceSpaceUnitTest.js.fixed | 109 +
.../FunctionOpeningBraceSpaceUnitTest.php | 6 +-
...nc.fixed => FunctionSpacingUnitTest.1.inc} | 226 +-
...nc => FunctionSpacingUnitTest.1.inc.fixed} | 265 +-
.../WhiteSpace/FunctionSpacingUnitTest.2.inc | 5 +
.../FunctionSpacingUnitTest.2.inc.fixed | 7 +
.../WhiteSpace/FunctionSpacingUnitTest.3.inc | 10 +
.../FunctionSpacingUnitTest.3.inc.fixed | 7 +
.../WhiteSpace/FunctionSpacingUnitTest.4.inc | 7 +
.../WhiteSpace/FunctionSpacingUnitTest.5.inc | 8 +
.../FunctionSpacingUnitTest.5.inc.fixed | 10 +
.../WhiteSpace/FunctionSpacingUnitTest.6.inc | 13 +
.../FunctionSpacingUnitTest.6.inc.fixed | 10 +
.../WhiteSpace/FunctionSpacingUnitTest.7.inc | 10 +
.../WhiteSpace/FunctionSpacingUnitTest.php | 129 +-
.../LogicalOperatorSpacingUnitTest.inc | 2 -
.../LogicalOperatorSpacingUnitTest.inc.fixed | 19 +
.../LogicalOperatorSpacingUnitTest.js.fixed | 19 +
.../WhiteSpace/MemberVarSpacingUnitTest.inc | 36 +-
.../MemberVarSpacingUnitTest.inc.fixed | 37 +-
.../WhiteSpace/MemberVarSpacingUnitTest.php | 1 +
.../ObjectOperatorSpacingUnitTest.inc | 6 +-
.../ObjectOperatorSpacingUnitTest.inc.fixed | 4 +
.../ObjectOperatorSpacingUnitTest.php | 3 +
.../WhiteSpace/OperatorSpacingUnitTest.inc | 223 +
.../OperatorSpacingUnitTest.inc.fixed | 223 +
.../WhiteSpace/OperatorSpacingUnitTest.js | 3 +
.../OperatorSpacingUnitTest.js.fixed | 3 +
.../WhiteSpace/OperatorSpacingUnitTest.php | 4 +
.../WhiteSpace/ScopeClosingBraceUnitTest.inc | 9 +
.../ScopeClosingBraceUnitTest.inc.fixed | 10 +
.../WhiteSpace/ScopeClosingBraceUnitTest.php | 2 +
.../ScopeKeywordSpacingUnitTest.inc | 46 +-
.../ScopeKeywordSpacingUnitTest.inc.fixed | 43 +
.../ScopeKeywordSpacingUnitTest.php | 30 +-
.../WhiteSpace/SemicolonSpacingUnitTest.inc | 12 +
.../SemicolonSpacingUnitTest.inc.fixed | 11 +
.../WhiteSpace/SemicolonSpacingUnitTest.php | 1 +
.../SuperfluousWhitespaceUnitTest.1.inc | 18 +
.../SuperfluousWhitespaceUnitTest.1.inc.fixed | 17 +
.../SuperfluousWhitespaceUnitTest.php | 4 +-
.../src/Standards/Squiz/ruleset.xml | 3 +-
.../Zend/Sniffs/Debug/CodeAnalyzerSniff.php | 8 +-
.../Zend/Sniffs/Files/ClosingTagSniff.php | 1 +
.../ValidVariableNameSniff.php | 7 +-
.../Zend/Tests/Files/ClosingTagUnitTest.6.inc | 3 +
.../Files/ClosingTagUnitTest.6.inc.fixed | 3 +
.../Zend/Tests/Files/ClosingTagUnitTest.7.inc | 1 +
.../Files/ClosingTagUnitTest.7.inc.fixed | 1 +
.../Zend/Tests/Files/ClosingTagUnitTest.php | 9 +-
.../ValidVariableNameUnitTest.inc | 12 +
.../ValidVariableNameUnitTest.php | 53 +-
.../src/Standards/Zend/ruleset.xml | 52 +-
.../php_codesniffer/src/Tokenizers/CSS.php | 18 +-
.../php_codesniffer/src/Tokenizers/JS.php | 28 +-
.../php_codesniffer/src/Tokenizers/PHP.php | 1590 +++-
.../src/Tokenizers/Tokenizer.php | 216 +-
.../php_codesniffer/src/Util/Cache.php | 48 +-
.../php_codesniffer/src/Util/Common.php | 80 +-
.../php_codesniffer/src/Util/Standards.php | 14 +-
.../php_codesniffer/src/Util/Timing.php | 2 +-
.../php_codesniffer/src/Util/Tokens.php | 158 +-
.../php_codesniffer/tests/AllTests.php | 5 +-
.../tests/Core/AbstractMethodUnitTest.php | 140 +
.../php_codesniffer/tests/Core/AllTests.php | 40 +-
.../Autoloader/DetermineLoadedClassTest.php | 118 +
.../tests/Core/Autoloader/TestFiles/A.inc | 3 +
.../tests/Core/Autoloader/TestFiles/B.inc | 4 +
.../tests/Core/Autoloader/TestFiles/C.inc | 4 +
.../tests/Core/Autoloader/TestFiles/Sub/C.inc | 5 +
.../tests/Core/ErrorSuppressionTest.php | 19 +-
.../Core/File/FindEndOfStatementTest.inc | 78 +-
.../Core/File/FindEndOfStatementTest.php | 392 +-
.../Core/File/FindExtendedClassNameTest.inc | 1 -
.../Core/File/FindExtendedClassNameTest.php | 63 +-
.../FindImplementedInterfaceNamesTest.inc | 1 -
.../FindImplementedInterfaceNamesTest.php | 63 +-
.../Core/File/FindStartOfStatementTest.inc | 113 +
.../Core/File/FindStartOfStatementTest.php | 471 ++
.../Core/File/GetMemberPropertiesTest.inc | 147 +-
.../Core/File/GetMemberPropertiesTest.php | 491 +-
.../Core/File/GetMethodParametersTest.inc | 96 +-
.../Core/File/GetMethodParametersTest.php | 773 +-
.../Core/File/GetMethodPropertiesTest.inc | 75 +-
.../Core/File/GetMethodPropertiesTest.php | 653 +-
.../tests/Core/File/IsReferenceTest.inc | 103 +-
.../tests/Core/File/IsReferenceTest.php | 171 +-
.../tests/Core/Filters/Filter/AcceptTest.php | 154 +
.../tests/Core/Filters/Filter/AcceptTest.xml | 16 +
.../RuleInclusionAbsoluteLinuxTest.php | 118 +
.../RuleInclusionAbsoluteLinuxTest.xml | 11 +
.../RuleInclusionAbsoluteWindowsTest.php | 119 +
.../RuleInclusionAbsoluteWindowsTest.xml | 11 +
.../Ruleset/RuleInclusionTest-include.xml | 10 +
.../tests/Core/Ruleset/RuleInclusionTest.php | 297 +
.../tests/Core/Ruleset/RuleInclusionTest.xml | 46 +
.../Core/Sniffs/AbstractArraySniffTest.inc | 51 +
.../Core/Sniffs/AbstractArraySniffTest.php | 290 +
.../Sniffs/AbstractArraySniffTestable.php | 65 +
.../AnonClassParenthesisOwnerTest.inc | 19 +
.../AnonClassParenthesisOwnerTest.php | 144 +
.../tests/Core/Tokenizer/AttributesTest.inc | 81 +
.../tests/Core/Tokenizer/AttributesTest.php | 508 ++
.../Core/Tokenizer/BackfillFnTokenTest.inc | 187 +
.../Core/Tokenizer/BackfillFnTokenTest.php | 733 ++
.../Core/Tokenizer/BackfillMatchTokenTest.inc | 319 +
.../Core/Tokenizer/BackfillMatchTokenTest.php | 529 ++
.../BackfillNumericSeparatorTest.inc | 82 +
.../BackfillNumericSeparatorTest.php | 380 +
.../tests/Core/Tokenizer/BitwiseOrTest.inc | 92 +
.../tests/Core/Tokenizer/BitwiseOrTest.php | 124 +
.../Core/Tokenizer/DefaultKeywordTest.inc | 195 +
.../Core/Tokenizer/DefaultKeywordTest.php | 275 +
.../tests/Core/Tokenizer/DoubleArrowTest.inc | 281 +
.../tests/Core/Tokenizer/DoubleArrowTest.php | 237 +
.../tests/Core/Tokenizer/GotoLabelTest.inc | 53 +
.../tests/Core/Tokenizer/GotoLabelTest.php | 171 +
.../NamedFunctionCallArgumentsTest.inc | 398 +
.../NamedFunctionCallArgumentsTest.php | 882 +++
.../Tokenizer/NullsafeObjectOperatorTest.inc | 29 +
.../Tokenizer/NullsafeObjectOperatorTest.php | 140 +
.../ScopeSettingWithNamespaceOperatorTest.inc | 19 +
.../ScopeSettingWithNamespaceOperatorTest.php | 98 +
.../tests/Core/Tokenizer/ShortArrayTest.inc | 97 +
.../tests/Core/Tokenizer/ShortArrayTest.php | 132 +
.../Tokenizer/StableCommentWhitespaceTest.inc | 139 +
.../Tokenizer/StableCommentWhitespaceTest.php | 1056 +++
.../StableCommentWhitespaceWinTest.inc | 63 +
.../StableCommentWhitespaceWinTest.php | 367 +
.../UndoNamespacedNameSingleTokenTest.inc | 147 +
.../UndoNamespacedNameSingleTokenTest.php | 1295 +++
.../php_codesniffer/tests/FileList.php | 94 +
.../tests/Standards/AbstractSniffUnitTest.php | 16 +-
.../tests/Standards/AllSniffs.php | 7 +-
.../php_codesniffer/tests/bootstrap.php | 38 +-
app/vendor/symfony/config/CHANGELOG.md | 2 +-
app/vendor/symfony/config/ConfigCache.php | 4 +-
.../config/ConfigCacheFactoryInterface.php | 2 +-
.../symfony/config/Definition/ArrayNode.php | 37 +-
.../symfony/config/Definition/BaseNode.php | 41 +-
.../Builder/ArrayNodeDefinition.php | 58 +-
.../config/Definition/Builder/ExprBuilder.php | 10 +-
.../config/Definition/Builder/NodeBuilder.php | 20 +-
.../Definition/Builder/NodeDefinition.php | 4 +-
.../Builder/NormalizationBuilder.php | 6 +-
.../Builder/NumericNodeDefinition.php | 4 +-
.../Definition/Builder/ValidationBuilder.php | 2 +-
.../Definition/Dumper/XmlReferenceDumper.php | 25 +-
.../Definition/Dumper/YamlReferenceDumper.php | 16 +-
.../symfony/config/Definition/EnumNode.php | 2 +-
.../symfony/config/Definition/Processor.php | 6 +-
.../config/Definition/PrototypedArrayNode.php | 60 +-
.../DependencyInjection/ConfigCachePass.php | 2 +-
.../Exception/FileLoaderLoadException.php | 2 +-
.../FileLocatorFileNotFoundException.php | 2 +-
app/vendor/symfony/config/FileLocator.php | 10 +-
app/vendor/symfony/config/LICENSE | 2 +-
.../symfony/config/Loader/FileLoader.php | 12 +-
.../symfony/config/Loader/LoaderResolver.php | 4 +-
app/vendor/symfony/config/README.md | 2 +-
.../Resource/ClassExistenceResource.php | 135 +-
.../config/Resource/ComposerResource.php | 10 +-
.../config/Resource/DirectoryResource.php | 10 +-
.../config/Resource/FileExistenceResource.php | 6 +-
.../symfony/config/Resource/FileResource.php | 6 +
.../symfony/config/Resource/GlobResource.php | 12 +-
.../Resource/ReflectionClassResource.php | 86 +-
.../config/ResourceCheckerConfigCache.php | 11 +-
.../ResourceCheckerConfigCacheFactory.php | 4 +-
.../config/Tests/ConfigCacheFactoryTest.php | 6 +-
.../symfony/config/Tests/ConfigCacheTest.php | 20 +-
.../config/Tests/Definition/ArrayNodeTest.php | 138 +-
.../Tests/Definition/BooleanNodeTest.php | 34 +-
.../Builder/ArrayNodeDefinitionTest.php | 93 +-
.../Builder/BooleanNodeDefinitionTest.php | 6 +-
.../Builder/EnumNodeDefinitionTest.php | 28 +-
.../Definition/Builder/ExprBuilderTest.php | 56 +-
.../Definition/Builder/NodeBuilderTest.php | 14 +-
.../Builder/NumericNodeDefinitionTest.php | 49 +-
.../Definition/Builder/TreeBuilderTest.php | 4 +-
.../Dumper/XmlReferenceDumperTest.php | 2 +-
.../Dumper/YamlReferenceDumperTest.php | 24 +-
.../config/Tests/Definition/EnumNodeTest.php | 22 +-
.../Tests/Definition/FinalizationTest.php | 28 +-
.../config/Tests/Definition/FloatNodeTest.php | 40 +-
.../Tests/Definition/IntegerNodeTest.php | 36 +-
.../config/Tests/Definition/MergeTest.php | 94 +-
.../Tests/Definition/NormalizationTest.php | 138 +-
.../Definition/PrototypedArrayNodeTest.php | 183 +-
.../Tests/Definition/ScalarNodeTest.php | 88 +-
.../ConfigCachePassTest.php | 8 +-
.../symfony/config/Tests/FileLocatorTest.php | 48 +-
.../config/Tests/Fixtures/BadFileName.php | 9 +
.../Configuration/ExampleConfiguration.php | 8 +-
.../config/Tests/Fixtures/ParseError.php | 7 +
.../Tests/Fixtures/Util/not_readable.xml} | 0
.../Tests/Loader/DelegatingLoaderTest.php | 22 +-
.../config/Tests/Loader/FileLoaderTest.php | 14 +-
.../Tests/Loader/LoaderResolverTest.php | 14 +-
.../config/Tests/Loader/LoaderTest.php | 18 +-
.../Resource/ClassExistenceResourceTest.php | 40 +-
.../Tests/Resource/DirectoryResourceTest.php | 12 +-
.../Resource/FileExistenceResourceTest.php | 2 +-
.../Tests/Resource/FileResourceTest.php | 16 +-
.../Tests/Resource/GlobResourceTest.php | 4 +-
.../Resource/ReflectionClassResourceTest.php | 98 +-
.../Tests/ResourceCheckerConfigCacheTest.php | 26 +-
.../config/Tests/Util/XmlUtilsTest.php | 177 +-
app/vendor/symfony/config/Util/XmlUtils.php | 45 +-
app/vendor/symfony/config/composer.json | 7 +-
app/vendor/symfony/config/phpunit.xml.dist | 2 +-
app/vendor/symfony/console/Application.php | 163 +-
app/vendor/symfony/console/CHANGELOG.md | 4 +-
.../symfony/console/Command/Command.php | 70 +-
.../symfony/console/Command/HelpCommand.php | 8 +-
.../symfony/console/Command/ListCommand.php | 8 +-
.../CommandLoader/CommandLoaderInterface.php | 9 +
.../CommandLoader/ContainerCommandLoader.php | 9 +
.../AddConsoleCommandPass.php | 16 +-
.../Descriptor/ApplicationDescription.php | 39 +-
.../symfony/console/Descriptor/Descriptor.php | 12 +-
.../Descriptor/DescriptorInterface.php | 6 +-
.../console/Descriptor/JsonDescriptor.php | 44 +-
.../console/Descriptor/MarkdownDescriptor.php | 14 +-
.../console/Descriptor/TextDescriptor.php | 32 +-
.../console/Descriptor/XmlDescriptor.php | 19 +-
.../console/Event/ConsoleExceptionEvent.php | 2 +-
.../console/EventListener/ErrorListener.php | 22 +-
.../Exception/CommandNotFoundException.php | 2 +-
.../console/Formatter/OutputFormatter.php | 23 +-
.../Formatter/OutputFormatterStyle.php | 106 +-
.../OutputFormatterStyleInterface.php | 2 +-
.../Formatter/OutputFormatterStyleStack.php | 2 +-
.../console/Helper/DebugFormatterHelper.php | 6 +-
.../console/Helper/DescriptorHelper.php | 15 +-
.../console/Helper/FormatterHelper.php | 20 +-
app/vendor/symfony/console/Helper/Helper.php | 22 +-
.../symfony/console/Helper/HelperSet.php | 4 +-
.../symfony/console/Helper/ProcessHelper.php | 4 +
.../symfony/console/Helper/ProgressBar.php | 41 +-
.../console/Helper/ProgressIndicator.php | 23 +-
.../symfony/console/Helper/QuestionHelper.php | 153 +-
.../console/Helper/SymfonyQuestionHelper.php | 12 +-
app/vendor/symfony/console/Helper/Table.php | 65 +-
.../symfony/console/Helper/TableCell.php | 7 +-
.../symfony/console/Helper/TableSeparator.php | 2 +-
.../symfony/console/Helper/TableStyle.php | 8 +-
.../symfony/console/Input/ArgvInput.php | 35 +-
.../symfony/console/Input/ArrayInput.php | 16 +-
app/vendor/symfony/console/Input/Input.php | 12 +-
.../symfony/console/Input/InputArgument.php | 14 +-
.../console/Input/InputAwareInterface.php | 2 -
.../symfony/console/Input/InputDefinition.php | 38 +-
.../symfony/console/Input/InputInterface.php | 12 +-
.../symfony/console/Input/InputOption.php | 18 +-
.../symfony/console/Input/StringInput.php | 8 +-
app/vendor/symfony/console/LICENSE | 2 +-
.../symfony/console/Logger/ConsoleLogger.php | 17 +-
.../symfony/console/Output/BufferedOutput.php | 2 +-
.../symfony/console/Output/ConsoleOutput.php | 6 +-
.../symfony/console/Output/StreamOutput.php | 8 +-
.../console/Question/ChoiceQuestion.php | 16 +-
.../console/Question/ConfirmationQuestion.php | 2 +-
.../symfony/console/Question/Question.php | 23 +-
app/vendor/symfony/console/README.md | 2 +-
.../console/Resources/bin/hiddeninput.exe | Bin 9202 -> 9216 bytes
.../symfony/console/Style/OutputStyle.php | 2 +-
.../symfony/console/Style/StyleInterface.php | 1 -
.../symfony/console/Style/SymfonyStyle.php | 26 +-
app/vendor/symfony/console/Terminal.php | 106 +-
.../console/Tester/ApplicationTester.php | 8 +-
.../symfony/console/Tester/CommandTester.php | 22 +-
.../symfony/console/Tests/ApplicationTest.php | 568 +-
.../console/Tests/Command/CommandTest.php | 120 +-
.../console/Tests/Command/HelpCommandTest.php | 34 +-
.../console/Tests/Command/ListCommandTest.php | 16 +-
.../Tests/Command/LockableTraitTest.php | 10 +-
.../ContainerCommandLoaderTest.php | 20 +-
.../FactoryCommandLoaderTest.php | 20 +-
.../AddConsoleCommandPassTest.php | 54 +-
.../Descriptor/AbstractDescriptorTest.php | 10 +-
.../Descriptor/ApplicationDescriptionTest.php | 53 +
.../Tests/Descriptor/JsonDescriptorTest.php | 6 +-
.../Descriptor/MarkdownDescriptorTest.php | 4 +-
.../Tests/Descriptor/ObjectsProvider.php | 38 +-
.../Tests/Descriptor/TextDescriptorTest.php | 6 +-
.../Tests/EventListener/ErrorListenerTest.php | 28 +-
.../Tests/Fixtures/DescriptorCommand1.php | 2 +-
.../Tests/Fixtures/DescriptorCommand4.php | 2 +-
.../console/Tests/Fixtures/DummyOutput.php | 2 +-
.../console/Tests/Fixtures/Foo1Command.php | 2 +-
.../console/Tests/Fixtures/Foo2Command.php | 2 +-
.../console/Tests/Fixtures/Foo6Command.php | 1 -
.../console/Tests/Fixtures/FooCommand.php | 2 +-
.../{TestTiti.php => FooHiddenCommand.php} | 8 +-
.../console/Tests/Fixtures/FooOptCommand.php | 2 +-
.../Fixtures/FooSubnamespaced1Command.php | 2 +-
.../Fixtures/FooSubnamespaced2Command.php | 2 +-
.../Style/SymfonyStyle/command/command_4.php | 4 +-
.../Style/SymfonyStyle/command/command_5.php | 16 +-
.../Style/SymfonyStyle/command/command_6.php | 4 +-
.../Style/SymfonyStyle/command/command_7.php | 2 +-
.../Style/SymfonyStyle/command/command_8.php | 20 +-
.../Style/SymfonyStyle/command/command_9.php | 2 +-
.../TestAmbiguousCommandRegistering.php | 22 +
...p => TestAmbiguousCommandRegistering2.php} | 9 +-
.../console/Tests/Fixtures/TestCommand.php | 2 +-
.../Tests/Fixtures/stream_output_file.txt} | 0
.../OutputFormatterStyleStackTest.php | 4 +-
.../Formatter/OutputFormatterStyleTest.php | 16 +-
.../Tests/Formatter/OutputFormatterTest.php | 34 +-
.../Helper/AbstractQuestionHelperTest.php | 2 +-
.../Tests/Helper/FormatterHelperTest.php | 2 +-
.../console/Tests/Helper/HelperSetTest.php | 12 +-
.../console/Tests/Helper/HelperTest.php | 44 +-
.../Tests/Helper/ProcessHelperTest.php | 34 +-
.../console/Tests/Helper/ProgressBarTest.php | 51 +-
.../Tests/Helper/ProgressIndicatorTest.php | 50 +-
.../Tests/Helper/QuestionHelperTest.php | 464 +-
.../Helper/SymfonyQuestionHelperTest.php | 78 +-
.../console/Tests/Helper/TableStyleTest.php | 6 +-
.../console/Tests/Helper/TableTest.php | 492 +-
.../console/Tests/Input/ArgvInputTest.php | 482 +-
.../console/Tests/Input/ArrayInputTest.php | 142 +-
.../console/Tests/Input/InputArgumentTest.php | 32 +-
.../Tests/Input/InputDefinitionTest.php | 185 +-
.../console/Tests/Input/InputOptionTest.php | 54 +-
.../symfony/console/Tests/Input/InputTest.php | 86 +-
.../console/Tests/Input/StringInputTest.php | 56 +-
.../Tests/Logger/ConsoleLoggerTest.php | 100 +-
.../console/Tests/Output/OutputTest.php | 26 +-
.../console/Tests/Output/StreamOutputTest.php | 16 +-
.../Tests/Question/ChoiceQuestionTest.php | 64 +
.../Question/ConfirmationQuestionTest.php | 62 +
.../console/Tests/Style/SymfonyStyleTest.php | 8 +-
.../symfony/console/Tests/TerminalTest.php | 55 +-
.../Tests/Tester/ApplicationTesterTest.php | 6 +-
.../Tests/Tester/CommandTesterTest.php | 95 +-
app/vendor/symfony/console/composer.json | 12 +-
app/vendor/symfony/console/phpunit.xml.dist | 2 +-
app/vendor/symfony/debug/.gitignore | 3 -
app/vendor/symfony/debug/BufferingLogger.php | 15 +-
app/vendor/symfony/debug/CHANGELOG.md | 57 +-
app/vendor/symfony/debug/Debug.php | 14 +-
app/vendor/symfony/debug/DebugClassLoader.php | 238 +-
app/vendor/symfony/debug/ErrorHandler.php | 333 +-
.../Exception/ClassNotFoundException.php | 6 +-
.../debug/Exception/ContextErrorException.php | 40 -
.../debug/Exception/FatalErrorException.php | 18 +-
.../debug/Exception/FatalThrowableError.php | 24 +-
.../debug/Exception/FlattenException.php | 186 +-
.../debug/Exception/OutOfMemoryException.php | 4 +
.../debug/Exception/SilencedErrorContext.php | 12 +-
.../Exception/UndefinedFunctionException.php | 6 +-
.../Exception/UndefinedMethodException.php | 6 +-
app/vendor/symfony/debug/ExceptionHandler.php | 84 +-
.../ClassNotFoundFatalErrorHandler.php | 111 +-
.../FatalErrorHandlerInterface.php | 7 +-
.../UndefinedFunctionFatalErrorHandler.php | 12 +-
.../UndefinedMethodFatalErrorHandler.php | 10 +-
app/vendor/symfony/debug/LICENSE | 2 +-
app/vendor/symfony/debug/README.md | 27 +-
.../symfony/debug/Resources/ext/README.md | 134 -
.../symfony/debug/Resources/ext/config.m4 | 63 -
.../symfony/debug/Resources/ext/config.w32 | 13 -
.../debug/Resources/ext/php_symfony_debug.h | 60 -
.../debug/Resources/ext/symfony_debug.c | 283 -
.../debug/Resources/ext/tests/001.phpt | 155 -
.../debug/Resources/ext/tests/002.phpt | 65 -
.../debug/Resources/ext/tests/002_1.phpt | 48 -
.../debug/Resources/ext/tests/003.phpt | 87 -
.../debug/Tests/DebugClassLoaderTest.php | 438 --
.../symfony/debug/Tests/ErrorHandlerTest.php | 586 --
.../Tests/Exception/FlattenExceptionTest.php | 302 -
.../debug/Tests/ExceptionHandlerTest.php | 133 -
.../ClassNotFoundFatalErrorHandlerTest.php | 176 -
...UndefinedFunctionFatalErrorHandlerTest.php | 81 -
.../UndefinedMethodFatalErrorHandlerTest.php | 76 -
.../debug/Tests/Fixtures/AnnotatedClass.php | 13 -
.../debug/Tests/Fixtures/ClassAlias.php | 3 -
.../debug/Tests/Fixtures/DeprecatedClass.php | 12 -
.../Tests/Fixtures/DeprecatedInterface.php | 12 -
.../Tests/Fixtures/ExtendedFinalMethod.php | 19 -
.../debug/Tests/Fixtures/FinalClass.php | 10 -
.../debug/Tests/Fixtures/FinalMethod.php | 24 -
.../Tests/Fixtures/FinalMethod2Trait.php | 10 -
.../debug/Tests/Fixtures/InternalClass.php | 15 -
.../Tests/Fixtures/InternalInterface.php | 10 -
.../debug/Tests/Fixtures/InternalTrait.php | 10 -
.../debug/Tests/Fixtures/InternalTrait2.php | 23 -
.../Tests/Fixtures/NonDeprecatedInterface.php | 7 -
.../debug/Tests/Fixtures/PEARClass.php | 5 -
.../symfony/debug/Tests/Fixtures/Throwing.php | 3 -
.../debug/Tests/Fixtures/ToStringThrower.php | 24 -
.../Fixtures/TraitWithInternalMethod.php | 13 -
.../debug/Tests/Fixtures/casemismatch.php | 7 -
.../debug/Tests/Fixtures/notPsr0Bis.php | 7 -
.../Tests/Fixtures/psr4/Psr4CaseMismatch.php | 7 -
.../debug/Tests/Fixtures/reallyNotPsr0.php | 7 -
.../debug/Tests/Fixtures2/RequiredTwice.php | 7 -
app/vendor/symfony/debug/Tests/HeaderMock.php | 38 -
.../debug/Tests/phpt/debug_class_loader.phpt | 27 -
.../Tests/phpt/decorate_exception_hander.phpt | 46 -
.../debug/Tests/phpt/exception_rethrown.phpt | 35 -
.../phpt/fatal_with_nested_handlers.phpt | 42 -
app/vendor/symfony/debug/composer.json | 17 +-
app/vendor/symfony/debug/phpunit.xml.dist | 33 -
app/vendor/symfony/filesystem/.gitignore | 3 -
app/vendor/symfony/filesystem/CHANGELOG.md | 17 +
.../Exception/ExceptionInterface.php | 2 +-
.../Exception/FileNotFoundException.php | 2 +-
.../filesystem/Exception/IOException.php | 2 +-
.../Exception/IOExceptionInterface.php | 2 +-
.../Exception/InvalidArgumentException.php} | 15 +-
app/vendor/symfony/filesystem/Filesystem.php | 272 +-
app/vendor/symfony/filesystem/LICENSE | 2 +-
app/vendor/symfony/filesystem/LockHandler.php | 121 -
app/vendor/symfony/filesystem/README.md | 10 +-
.../filesystem/Tests/ExceptionTest.php | 47 -
.../filesystem/Tests/FilesystemTest.php | 1674 ----
.../filesystem/Tests/FilesystemTestCase.php | 166 -
.../Tests/Fixtures/MockStream/MockStream.php | 46 -
.../filesystem/Tests/LockHandlerTest.php | 148 -
app/vendor/symfony/filesystem/composer.json | 14 +-
.../symfony/filesystem/phpunit.xml.dist | 30 -
app/vendor/symfony/finder/.gitignore | 3 -
app/vendor/symfony/finder/CHANGELOG.md | 24 +
.../symfony/finder/Comparator/Comparator.php | 15 +-
.../finder/Comparator/DateComparator.php | 4 +-
.../finder/Comparator/NumberComparator.php | 8 +-
.../Exception/DirectoryNotFoundException.php} | 14 +-
.../finder/Exception/ExceptionInterface.php | 25 -
app/vendor/symfony/finder/Finder.php | 253 +-
app/vendor/symfony/finder/Gitignore.php | 83 +
app/vendor/symfony/finder/Glob.php | 11 +-
.../finder/Iterator/CustomFilterIterator.php | 7 +-
.../Iterator/DateRangeFilterIterator.php | 5 +-
.../Iterator/DepthRangeFilterIterator.php | 7 +-
.../ExcludeDirectoryFilterIterator.php | 21 +-
.../Iterator/FileTypeFilterIterator.php | 9 +-
.../Iterator/FilecontentFilterIterator.php | 3 +-
.../Iterator/FilenameFilterIterator.php | 3 +-
.../finder/Iterator/FilterIterator.php | 60 -
.../symfony/finder/Iterator/LazyIterator.php | 32 +
.../Iterator/MultiplePcreFilterIterator.php | 28 +-
.../finder/Iterator/PathFilterIterator.php | 3 +-
.../Iterator/RecursiveDirectoryIterator.php | 29 +-
.../Iterator/SizeRangeFilterIterator.php | 5 +-
.../finder/Iterator/SortableIterator.php | 65 +-
app/vendor/symfony/finder/LICENSE | 2 +-
app/vendor/symfony/finder/README.md | 10 +-
app/vendor/symfony/finder/SplFileInfo.php | 9 +-
.../Tests/Comparator/ComparatorTest.php | 65 -
.../Tests/Comparator/DateComparatorTest.php | 64 -
.../Tests/Comparator/NumberComparatorTest.php | 108 -
.../symfony/finder/Tests/FinderTest.php | 737 --
.../symfony/finder/Tests/Fixtures/.dot/a | 0
.../finder/Tests/Fixtures/.dot/b/c.neon | 0
.../finder/Tests/Fixtures/.dot/b/d.neon | 0
.../finder/Tests/Fixtures/A/B/C/abc.dat | 0
.../symfony/finder/Tests/Fixtures/A/B/ab.dat | 0
.../symfony/finder/Tests/Fixtures/A/a.dat | 0
.../Tests/Fixtures/copy/A/B/C/abc.dat.copy | 0
.../Tests/Fixtures/copy/A/B/ab.dat.copy | 0
.../finder/Tests/Fixtures/copy/A/a.dat.copy | 0
.../symfony/finder/Tests/Fixtures/dolor.txt | 2 -
.../symfony/finder/Tests/Fixtures/ipsum.txt | 2 -
.../symfony/finder/Tests/Fixtures/lorem.txt | 2 -
.../symfony/finder/Tests/Fixtures/one/.dot | 1 -
.../symfony/finder/Tests/Fixtures/one/a | 0
.../finder/Tests/Fixtures/one/b/c.neon | 0
.../finder/Tests/Fixtures/one/b/d.neon | 0
.../Fixtures/r+e.gex[c]a(r)s/dir/bar.dat | 0
.../finder/Tests/Fixtures/with space/foo.txt | 0
app/vendor/symfony/finder/Tests/GlobTest.php | 95 -
.../Iterator/CustomFilterIteratorTest.php | 46 -
.../Iterator/DateRangeFilterIteratorTest.php | 74 -
.../Iterator/DepthRangeFilterIteratorTest.php | 83 -
.../ExcludeDirectoryFilterIteratorTest.php | 80 -
.../Iterator/FileTypeFilterIteratorTest.php | 73 -
.../FilecontentFilterIteratorTest.php | 86 -
.../Iterator/FilenameFilterIteratorTest.php | 54 -
.../Tests/Iterator/FilterIteratorTest.php | 53 -
.../finder/Tests/Iterator/Iterator.php | 55 -
.../Tests/Iterator/IteratorTestCase.php | 100 -
.../Tests/Iterator/MockFileListIterator.php | 21 -
.../finder/Tests/Iterator/MockSplFileInfo.php | 132 -
.../MultiplePcreFilterIteratorTest.php | 71 -
.../Tests/Iterator/PathFilterIteratorTest.php | 82 -
.../Tests/Iterator/RealIteratorTestCase.php | 119 -
.../RecursiveDirectoryIteratorTest.php | 59 -
.../Iterator/SizeRangeFilterIteratorTest.php | 69 -
.../Tests/Iterator/SortableIteratorTest.php | 183 -
app/vendor/symfony/finder/composer.json | 12 +-
app/vendor/symfony/finder/phpunit.xml.dist | 30 -
app/vendor/symfony/polyfill-ctype/LICENSE | 2 +-
.../symfony/polyfill-ctype/bootstrap.php | 24 +
.../symfony/polyfill-ctype/bootstrap80.php | 46 +
.../symfony/polyfill-ctype/composer.json | 8 +-
app/vendor/symfony/polyfill-mbstring/LICENSE | 2 +-
.../symfony/polyfill-mbstring/Mbstring.php | 235 +-
.../symfony/polyfill-mbstring/README.md | 2 +-
.../Resources/unidata/lowerCase.php | 310 +-
.../Resources/unidata/upperCase.php | 446 +-
.../symfony/polyfill-mbstring/bootstrap.php | 165 +-
.../symfony/polyfill-mbstring/bootstrap80.php | 143 +
.../symfony/polyfill-mbstring/composer.json | 8 +-
app/vendor/symfony/polyfill-php72/LICENSE | 19 +
app/vendor/symfony/polyfill-php72/Php72.php | 217 +
app/vendor/symfony/polyfill-php72/README.md | 28 +
.../symfony/polyfill-php72/bootstrap.php | 57 +
.../symfony/polyfill-php72/composer.json | 35 +
.../polyfill-php80}/LICENSE | 10 +-
app/vendor/symfony/polyfill-php80/Php80.php | 105 +
app/vendor/symfony/polyfill-php80/README.md | 24 +
.../Resources/stubs/Attribute.php | 22 +
.../Resources/stubs/Stringable.php | 11 +
.../Resources/stubs/UnhandledMatchError.php | 5 +
.../Resources/stubs/ValueError.php | 5 +
.../symfony/polyfill-php80/bootstrap.php | 42 +
.../symfony/polyfill-php80/composer.json | 40 +
app/vendor/symfony/process/.gitignore | 3 -
app/vendor/symfony/process/CHANGELOG.md | 59 +
.../process/Exception/ExceptionInterface.php | 2 +-
.../Exception/ProcessSignaledException.php | 41 +
.../Exception/ProcessTimedOutException.php | 6 +-
.../symfony/process/ExecutableFinder.php | 26 +-
app/vendor/symfony/process/InputStream.php | 18 +-
app/vendor/symfony/process/LICENSE | 2 +-
.../symfony/process/PhpExecutableFinder.php | 39 +-
app/vendor/symfony/process/PhpProcess.php | 28 +-
.../symfony/process/Pipes/AbstractPipes.php | 30 +-
.../symfony/process/Pipes/PipesInterface.php | 18 +-
.../symfony/process/Pipes/UnixPipes.php | 77 +-
.../symfony/process/Pipes/WindowsPipes.php | 125 +-
app/vendor/symfony/process/Process.php | 683 +-
app/vendor/symfony/process/ProcessBuilder.php | 280 -
app/vendor/symfony/process/ProcessUtils.php | 58 +-
app/vendor/symfony/process/README.md | 10 +-
.../process/Tests/ExecutableFinderTest.php | 163 -
.../process/Tests/NonStopableProcess.php | 47 -
.../process/Tests/PhpExecutableFinderTest.php | 72 -
.../symfony/process/Tests/PhpProcessTest.php | 48 -
.../PipeStdinInStdoutStdErrStreamSelect.php | 72 -
.../process/Tests/ProcessBuilderTest.php | 226 -
.../Tests/ProcessFailedExceptionTest.php | 137 -
.../symfony/process/Tests/ProcessTest.php | 1615 ----
.../process/Tests/ProcessUtilsTest.php | 53 -
app/vendor/symfony/process/composer.json | 12 +-
app/vendor/symfony/process/phpunit.xml.dist | 30 -
app/vendor/symfony/var-dumper/.gitignore | 3 -
app/vendor/symfony/var-dumper/CHANGELOG.md | 42 +-
.../symfony/var-dumper/Caster/AmqpCaster.php | 96 +-
.../symfony/var-dumper/Caster/ArgsStub.php | 20 +-
.../symfony/var-dumper/Caster/Caster.php | 83 +-
.../symfony/var-dumper/Caster/ClassStub.php | 47 +-
.../symfony/var-dumper/Caster/ConstStub.php | 7 +-
.../symfony/var-dumper/Caster/CutStub.php | 5 +
.../symfony/var-dumper/Caster/DOMCaster.php | 160 +-
.../symfony/var-dumper/Caster/DateCaster.php | 45 +-
.../var-dumper/Caster/DoctrineCaster.php | 14 +-
.../symfony/var-dumper/Caster/DsCaster.php | 70 +
.../symfony/var-dumper/Caster/DsPairStub.php | 28 +
.../symfony/var-dumper/Caster/EnumStub.php | 2 +-
.../var-dumper/Caster/ExceptionCaster.php | 139 +-
.../symfony/var-dumper/Caster/FrameStub.php | 2 +-
.../symfony/var-dumper/Caster/GmpCaster.php | 32 +
.../var-dumper/Caster/ImagineCaster.php | 37 +
.../symfony/var-dumper/Caster/ImgStub.php | 26 +
.../symfony/var-dumper/Caster/IntlCaster.php | 172 +
.../symfony/var-dumper/Caster/LinkStub.php | 20 +-
.../var-dumper/Caster/MemcachedCaster.php | 81 +
.../symfony/var-dumper/Caster/MongoCaster.php | 38 -
.../symfony/var-dumper/Caster/PdoCaster.php | 32 +-
.../symfony/var-dumper/Caster/PgSqlCaster.php | 94 +-
.../var-dumper/Caster/ProxyManagerCaster.php | 33 +
.../symfony/var-dumper/Caster/RedisCaster.php | 125 +-
.../var-dumper/Caster/ReflectionCaster.php | 209 +-
.../var-dumper/Caster/ResourceCaster.php | 35 +-
.../symfony/var-dumper/Caster/SplCaster.php | 102 +-
.../symfony/var-dumper/Caster/StubCaster.php | 8 +-
.../var-dumper/Caster/SymfonyCaster.php | 34 +-
.../symfony/var-dumper/Caster/TraceStub.php | 2 +-
.../symfony/var-dumper/Caster/UuidCaster.php | 30 +
.../var-dumper/Caster/XmlReaderCaster.php | 20 +-
.../var-dumper/Caster/XmlResourceCaster.php | 54 +-
.../var-dumper/Cloner/AbstractCloner.php | 303 +-
.../symfony/var-dumper/Cloner/Cursor.php | 10 +-
app/vendor/symfony/var-dumper/Cloner/Data.php | 135 +-
.../var-dumper/Cloner/DumperInterface.php | 28 +-
app/vendor/symfony/var-dumper/Cloner/Stub.php | 50 +-
.../symfony/var-dumper/Cloner/VarCloner.php | 116 +-
.../Command/Descriptor/CliDescriptor.php | 88 +
.../Descriptor/DumpDescriptorInterface.php | 23 +
.../Command/Descriptor/HtmlDescriptor.php | 119 +
.../var-dumper/Command/ServerDumpCommand.php | 101 +
.../var-dumper/Dumper/AbstractDumper.php | 41 +-
.../symfony/var-dumper/Dumper/CliDumper.php | 154 +-
.../ContextProvider/CliContextProvider.php | 32 +
.../ContextProviderInterface.php | 25 +
.../RequestContextProvider.php | 51 +
.../ContextProvider/SourceContextProvider.php | 126 +
.../Dumper/ContextualizedDumper.php | 43 +
.../symfony/var-dumper/Dumper/HtmlDumper.php | 218 +-
.../var-dumper/Dumper/ServerDumper.php | 53 +
.../Exception/ThrowingCasterException.php | 4 +-
app/vendor/symfony/var-dumper/LICENSE | 2 +-
app/vendor/symfony/var-dumper/README.md | 14 +-
.../var-dumper/Resources/bin/var-dump-server | 63 +
.../Resources/css/htmlDescriptor.css | 130 +
.../var-dumper/Resources/functions/dump.php | 17 +-
.../var-dumper/Resources/js/htmlDescriptor.js | 10 +
.../symfony/var-dumper/Server/Connection.php | 95 +
.../symfony/var-dumper/Server/DumpServer.php | 107 +
.../var-dumper/Test/VarDumperTestTrait.php | 61 +-
.../var-dumper/Tests/Caster/CasterTest.php | 181 -
.../Tests/Caster/DateCasterTest.php | 426 -
.../Tests/Caster/ExceptionCasterTest.php | 230 -
.../var-dumper/Tests/Caster/PdoCasterTest.php | 64 -
.../Tests/Caster/RedisCasterTest.php | 84 -
.../Tests/Caster/ReflectionCasterTest.php | 242 -
.../var-dumper/Tests/Caster/SplCasterTest.php | 213 -
.../Tests/Caster/StubCasterTest.php | 192 -
.../Tests/Caster/XmlReaderCasterTest.php | 248 -
.../var-dumper/Tests/Cloner/DataTest.php | 115 -
.../var-dumper/Tests/Cloner/VarClonerTest.php | 437 --
.../var-dumper/Tests/Dumper/CliDumperTest.php | 591 --
.../var-dumper/Tests/Dumper/FunctionsTest.php | 57 -
.../Tests/Dumper/HtmlDumperTest.php | 168 -
.../Tests/Fixtures/FooInterface.php | 11 -
.../Tests/Fixtures/GeneratorDemo.php | 21 -
.../Tests/Fixtures/NotLoadableClass.php | 7 -
.../var-dumper/Tests/Fixtures/Twig.php | 38 -
.../var-dumper/Tests/Fixtures/dumb-var.php | 40 -
.../var-dumper/Tests/Fixtures/xml_reader.xml | 10 -
.../Tests/Test/VarDumperTestTraitTest.php | 41 -
app/vendor/symfony/var-dumper/VarDumper.php | 22 +-
app/vendor/symfony/var-dumper/composer.json | 27 +-
.../symfony/var-dumper/phpunit.xml.dist | 33 -
app/vendor/symfony/yaml/CHANGELOG.md | 2 +-
.../symfony/yaml/Command/LintCommand.php | 25 +-
app/vendor/symfony/yaml/Dumper.php | 40 +-
app/vendor/symfony/yaml/Escaper.php | 14 +-
.../symfony/yaml/Exception/ParseException.php | 2 +-
app/vendor/symfony/yaml/Inline.php | 212 +-
app/vendor/symfony/yaml/LICENSE | 2 +-
app/vendor/symfony/yaml/Parser.php | 124 +-
app/vendor/symfony/yaml/README.md | 2 +-
.../yaml/Tests/Command/LintCommandTest.php | 26 +-
app/vendor/symfony/yaml/Tests/DumperTest.php | 316 +-
.../yaml/Tests/Fixtures/YtsAnchorAlias.yml | 4 +-
.../yaml/Tests/Fixtures/YtsBasicTests.yml | 52 +-
.../yaml/Tests/Fixtures/YtsBlockMapping.yml | 14 +-
.../Tests/Fixtures/YtsDocumentSeparator.yml | 8 +-
.../yaml/Tests/Fixtures/YtsErrorTests.yml | 2 +-
.../Tests/Fixtures/YtsFlowCollections.yml | 16 +-
.../yaml/Tests/Fixtures/YtsFoldedScalars.yml | 26 +-
.../Tests/Fixtures/YtsNullsAndEmpties.yml | 8 +-
.../Fixtures/YtsSpecificationExamples.yml | 204 +-
.../yaml/Tests/Fixtures/YtsTypeTransfers.yml | 62 +-
.../Tests/Fixtures/booleanMappingKeys.yml | 4 +-
.../yaml/Tests/Fixtures/escapedCharacters.yml | 8 +-
.../Fixtures/legacyBooleanMappingKeys.yml | 8 +-
.../Tests/Fixtures/legacyNullMappingKey.yml | 4 +-
...nes_as_literal_block_for_tagged_values.yml | 2 +
.../yaml/Tests/Fixtures/nullMappingKey.yml | 4 +-
.../Tests/Fixtures/numericMappingKeys.yml | 6 +-
.../yaml/Tests/Fixtures/sfComments.yml | 28 +-
.../symfony/yaml/Tests/Fixtures/sfCompact.yml | 108 +-
.../yaml/Tests/Fixtures/sfMergeKey.yml | 26 +-
.../symfony/yaml/Tests/Fixtures/sfObjects.yml | 2 +-
.../symfony/yaml/Tests/Fixtures/sfQuotes.yml | 10 +-
.../symfony/yaml/Tests/Fixtures/sfTests.yml | 32 +-
.../Tests/Fixtures/unindentedCollections.yml | 14 +-
app/vendor/symfony/yaml/Tests/InlineTest.php | 693 +-
app/vendor/symfony/yaml/Tests/ParserTest.php | 1007 ++-
app/vendor/symfony/yaml/Tests/YamlTest.php | 18 +-
app/vendor/symfony/yaml/Yaml.php | 10 +-
app/vendor/symfony/yaml/composer.json | 7 +-
app/vendor/symfony/yaml/phpunit.xml.dist | 2 +-
app/vendor/twig/twig/.gitattributes | 2 +
app/vendor/twig/twig/.github/workflows/ci.yml | 98 +
.../twig/.github/workflows/documentation.yml | 60 +
app/vendor/twig/twig/.gitignore | 1 +
app/vendor/twig/twig/.php-cs-fixer.dist.php | 20 +
app/vendor/twig/twig/.php_cs.dist | 16 -
app/vendor/twig/twig/.travis.yml | 54 -
app/vendor/twig/twig/CHANGELOG | 400 +-
app/vendor/twig/twig/LICENSE | 44 +-
app/vendor/twig/twig/README.rst | 12 +
app/vendor/twig/twig/composer.json | 17 +-
app/vendor/twig/twig/doc/.doctor-rst.yaml | 55 +
.../twig/twig/doc/_build/.requirements.txt | 6 +
app/vendor/twig/twig/doc/_build/Makefile | 153 +
app/vendor/twig/twig/doc/_build/conf.py | 271 +
app/vendor/twig/twig/doc/advanced.rst | 453 +-
app/vendor/twig/twig/doc/advanced_legacy.rst | 885 ---
app/vendor/twig/twig/doc/api.rst | 278 +-
app/vendor/twig/twig/doc/coding_standards.rst | 22 +-
app/vendor/twig/twig/doc/deprecated.rst | 108 +-
app/vendor/twig/twig/doc/filters/abs.rst | 4 +-
app/vendor/twig/twig/doc/filters/batch.rst | 13 +-
.../twig/twig/doc/filters/capitalize.rst | 2 +-
.../twig/doc/filters/convert_encoding.rst | 7 +-
app/vendor/twig/twig/doc/filters/date.rst | 44 +-
.../twig/twig/doc/filters/date_modify.rst | 9 +-
app/vendor/twig/twig/doc/filters/default.rst | 13 +-
app/vendor/twig/twig/doc/filters/escape.rst | 54 +-
app/vendor/twig/twig/doc/filters/filter.rst | 59 +
app/vendor/twig/twig/doc/filters/first.rst | 5 +-
app/vendor/twig/twig/doc/filters/format.rst | 8 +-
app/vendor/twig/twig/doc/filters/index.rst | 4 +
app/vendor/twig/twig/doc/filters/join.rst | 17 +-
.../twig/twig/doc/filters/json_encode.rst | 12 +-
app/vendor/twig/twig/doc/filters/keys.rst | 2 +-
app/vendor/twig/twig/doc/filters/last.rst | 5 +-
app/vendor/twig/twig/doc/filters/length.rst | 4 +-
app/vendor/twig/twig/doc/filters/lower.rst | 2 +-
app/vendor/twig/twig/doc/filters/map.rst | 38 +
app/vendor/twig/twig/doc/filters/merge.rst | 8 +-
app/vendor/twig/twig/doc/filters/nl2br.rst | 3 +-
.../twig/twig/doc/filters/number_format.rst | 17 +-
app/vendor/twig/twig/doc/filters/raw.rst | 6 +-
app/vendor/twig/twig/doc/filters/reduce.rst | 33 +
app/vendor/twig/twig/doc/filters/replace.rst | 6 +-
app/vendor/twig/twig/doc/filters/reverse.rst | 7 +-
app/vendor/twig/twig/doc/filters/round.rst | 3 +-
app/vendor/twig/twig/doc/filters/slice.rst | 15 +-
app/vendor/twig/twig/doc/filters/sort.rst | 4 +-
.../twig/twig/doc/filters/spaceless.rst | 65 +
app/vendor/twig/twig/doc/filters/split.rst | 11 +-
.../twig/twig/doc/filters/striptags.rst | 6 +-
app/vendor/twig/twig/doc/filters/title.rst | 2 +-
app/vendor/twig/twig/doc/filters/trim.rst | 10 +-
app/vendor/twig/twig/doc/filters/upper.rst | 2 +-
.../twig/twig/doc/filters/url_encode.rst | 10 +-
.../twig/twig/doc/functions/attribute.rst | 5 +-
app/vendor/twig/twig/doc/functions/block.rst | 16 +-
.../twig/twig/doc/functions/constant.rst | 12 +-
app/vendor/twig/twig/doc/functions/cycle.rst | 4 +-
app/vendor/twig/twig/doc/functions/date.rst | 18 +-
app/vendor/twig/twig/doc/functions/dump.rst | 19 +-
.../twig/twig/doc/functions/include.rst | 21 +-
app/vendor/twig/twig/doc/functions/max.rst | 5 +-
app/vendor/twig/twig/doc/functions/min.rst | 5 +-
app/vendor/twig/twig/doc/functions/parent.rst | 6 +-
app/vendor/twig/twig/doc/functions/random.rst | 14 +-
app/vendor/twig/twig/doc/functions/range.rst | 10 +-
app/vendor/twig/twig/doc/functions/source.rst | 6 +-
.../doc/functions/template_from_string.rst | 21 +-
app/vendor/twig/twig/doc/installation.rst | 74 +-
app/vendor/twig/twig/doc/internals.rst | 59 +-
app/vendor/twig/twig/doc/intro.rst | 52 +-
app/vendor/twig/twig/doc/recipes.rst | 186 +-
app/vendor/twig/twig/doc/tags/apply.rst | 24 +
app/vendor/twig/twig/doc/tags/autoescape.rst | 8 +-
app/vendor/twig/twig/doc/tags/block.rst | 7 +-
app/vendor/twig/twig/doc/tags/deprecated.rst | 31 +
app/vendor/twig/twig/doc/tags/do.rst | 3 +-
app/vendor/twig/twig/doc/tags/embed.rst | 15 +-
app/vendor/twig/twig/doc/tags/extends.rst | 49 +-
app/vendor/twig/twig/doc/tags/filter.rst | 13 +-
app/vendor/twig/twig/doc/tags/flush.rst | 5 +-
app/vendor/twig/twig/doc/tags/for.rst | 28 +-
app/vendor/twig/twig/doc/tags/from.rst | 4 +-
app/vendor/twig/twig/doc/tags/if.rst | 20 +-
app/vendor/twig/twig/doc/tags/import.rst | 57 +-
app/vendor/twig/twig/doc/tags/include.rst | 50 +-
app/vendor/twig/twig/doc/tags/index.rst | 2 +
app/vendor/twig/twig/doc/tags/macro.rst | 120 +-
app/vendor/twig/twig/doc/tags/sandbox.rst | 4 +-
app/vendor/twig/twig/doc/tags/set.rst | 16 +-
app/vendor/twig/twig/doc/tags/spaceless.rst | 6 +-
app/vendor/twig/twig/doc/tags/use.rst | 16 +-
app/vendor/twig/twig/doc/tags/verbatim.rst | 3 +-
app/vendor/twig/twig/doc/tags/with.rst | 7 +-
app/vendor/twig/twig/doc/templates.rst | 353 +-
app/vendor/twig/twig/doc/tests/constant.rst | 7 +-
app/vendor/twig/twig/doc/tests/defined.rst | 4 +-
.../twig/twig/doc/tests/divisibleby.rst | 3 +-
app/vendor/twig/twig/doc/tests/empty.rst | 2 +-
app/vendor/twig/twig/doc/tests/even.rst | 6 +-
app/vendor/twig/twig/doc/tests/iterable.rst | 3 +-
app/vendor/twig/twig/doc/tests/null.rst | 2 +-
app/vendor/twig/twig/doc/tests/odd.rst | 6 +-
app/vendor/twig/twig/doc/tests/sameas.rst | 5 +-
app/vendor/twig/twig/ext/twig/.gitignore | 30 -
app/vendor/twig/twig/ext/twig/config.m4 | 8 -
app/vendor/twig/twig/ext/twig/config.w32 | 8 -
app/vendor/twig/twig/ext/twig/php_twig.h | 35 -
app/vendor/twig/twig/ext/twig/twig.c | 1217 ---
app/vendor/twig/twig/lib/Twig/Autoloader.php | 14 +-
.../twig/twig/lib/Twig/BaseNodeVisitor.php | 51 +-
.../twig/twig/lib/Twig/Cache/Filesystem.php | 90 +-
app/vendor/twig/twig/lib/Twig/Cache/Null.php | 37 +-
.../twig/twig/lib/Twig/CacheInterface.php | 59 +-
app/vendor/twig/twig/lib/Twig/Compiler.php | 283 +-
.../twig/lib/Twig/ContainerRuntimeLoader.php | 36 +-
app/vendor/twig/twig/lib/Twig/Environment.php | 1601 +---
app/vendor/twig/twig/lib/Twig/Error.php | 360 +-
.../twig/twig/lib/Twig/Error/Loader.php | 39 +-
.../twig/twig/lib/Twig/Error/Runtime.php | 25 +-
.../twig/twig/lib/Twig/Error/Syntax.php | 52 +-
.../twig/lib/Twig/ExistsLoaderInterface.php | 34 +-
.../twig/twig/lib/Twig/ExpressionParser.php | 741 +-
app/vendor/twig/twig/lib/Twig/Extension.php | 66 +-
.../twig/twig/lib/Twig/Extension/Core.php | 1639 +---
.../twig/twig/lib/Twig/Extension/Debug.php | 64 +-
.../twig/twig/lib/Twig/Extension/Escaper.php | 109 +-
.../lib/Twig/Extension/GlobalsInterface.php | 27 +-
.../Twig/Extension/InitRuntimeInterface.php | 27 +-
.../twig/lib/Twig/Extension/Optimizer.php | 32 +-
.../twig/twig/lib/Twig/Extension/Profiler.php | 46 +-
.../twig/twig/lib/Twig/Extension/Sandbox.php | 100 +-
.../twig/twig/lib/Twig/Extension/Staging.php | 109 +-
.../twig/lib/Twig/Extension/StringLoader.php | 44 +-
.../twig/twig/lib/Twig/ExtensionInterface.php | 91 +-
.../twig/lib/Twig/FactoryRuntimeLoader.php | 36 +-
.../Twig/FileExtensionEscapingStrategy.php | 59 +-
app/vendor/twig/twig/lib/Twig/Filter.php | 18 +-
.../twig/twig/lib/Twig/Filter/Function.php | 6 +-
.../twig/twig/lib/Twig/Filter/Method.php | 12 +-
app/vendor/twig/twig/lib/Twig/Filter/Node.php | 6 +-
.../twig/lib/Twig/FilterCallableInterface.php | 2 +-
.../twig/twig/lib/Twig/FilterInterface.php | 6 +-
app/vendor/twig/twig/lib/Twig/Function.php | 20 +-
.../twig/twig/lib/Twig/Function/Function.php | 6 +-
.../twig/twig/lib/Twig/Function/Method.php | 12 +-
.../twig/twig/lib/Twig/Function/Node.php | 6 +-
.../lib/Twig/FunctionCallableInterface.php | 2 +-
.../twig/twig/lib/Twig/FunctionInterface.php | 6 +-
app/vendor/twig/twig/lib/Twig/Lexer.php | 424 +-
.../twig/twig/lib/Twig/LexerInterface.php | 12 +-
.../twig/twig/lib/Twig/Loader/Array.php | 94 +-
.../twig/twig/lib/Twig/Loader/Chain.php | 148 +-
.../twig/twig/lib/Twig/Loader/Filesystem.php | 287 +-
.../twig/twig/lib/Twig/Loader/String.php | 13 +-
.../twig/twig/lib/Twig/LoaderInterface.php | 58 +-
app/vendor/twig/twig/lib/Twig/Markup.php | 36 +-
app/vendor/twig/twig/lib/Twig/Node.php | 253 +-
.../twig/twig/lib/Twig/Node/AutoEscape.php | 33 +-
app/vendor/twig/twig/lib/Twig/Node/Block.php | 38 +-
.../twig/lib/Twig/Node/BlockReference.php | 31 +-
app/vendor/twig/twig/lib/Twig/Node/Body.php | 24 +-
.../twig/twig/lib/Twig/Node/CheckSecurity.php | 77 +-
.../twig/twig/lib/Twig/Node/Deprecated.php | 11 +
app/vendor/twig/twig/lib/Twig/Node/Do.php | 32 +-
app/vendor/twig/twig/lib/Twig/Node/Embed.php | 43 +-
.../twig/twig/lib/Twig/Node/Expression.php | 25 +-
.../twig/lib/Twig/Node/Expression/Array.php | 80 +-
.../lib/Twig/Node/Expression/AssignName.php | 24 +-
.../twig/lib/Twig/Node/Expression/Binary.php | 36 +-
.../lib/Twig/Node/Expression/Binary/Add.php | 21 +-
.../lib/Twig/Node/Expression/Binary/And.php | 21 +-
.../Node/Expression/Binary/BitwiseAnd.php | 21 +-
.../Twig/Node/Expression/Binary/BitwiseOr.php | 21 +-
.../Node/Expression/Binary/BitwiseXor.php | 21 +-
.../Twig/Node/Expression/Binary/Concat.php | 21 +-
.../lib/Twig/Node/Expression/Binary/Div.php | 21 +-
.../Twig/Node/Expression/Binary/EndsWith.php | 31 +-
.../lib/Twig/Node/Expression/Binary/Equal.php | 20 +-
.../Twig/Node/Expression/Binary/FloorDiv.php | 25 +-
.../Twig/Node/Expression/Binary/Greater.php | 20 +-
.../Node/Expression/Binary/GreaterEqual.php | 20 +-
.../lib/Twig/Node/Expression/Binary/In.php | 29 +-
.../lib/Twig/Node/Expression/Binary/Less.php | 20 +-
.../Twig/Node/Expression/Binary/LessEqual.php | 20 +-
.../Twig/Node/Expression/Binary/Matches.php | 29 +-
.../lib/Twig/Node/Expression/Binary/Mod.php | 21 +-
.../lib/Twig/Node/Expression/Binary/Mul.php | 21 +-
.../Twig/Node/Expression/Binary/NotEqual.php | 20 +-
.../lib/Twig/Node/Expression/Binary/NotIn.php | 29 +-
.../lib/Twig/Node/Expression/Binary/Or.php | 21 +-
.../lib/Twig/Node/Expression/Binary/Power.php | 31 +-
.../lib/Twig/Node/Expression/Binary/Range.php | 29 +-
.../Node/Expression/Binary/StartsWith.php | 31 +-
.../lib/Twig/Node/Expression/Binary/Sub.php | 21 +-
.../Twig/Node/Expression/BlockReference.php | 90 +-
.../twig/lib/Twig/Node/Expression/Call.php | 288 +-
.../lib/Twig/Node/Expression/Conditional.php | 32 +-
.../lib/Twig/Node/Expression/Constant.php | 24 +-
.../Node/Expression/ExtensionReference.php | 11 +-
.../twig/lib/Twig/Node/Expression/Filter.php | 40 +-
.../Twig/Node/Expression/Filter/Default.php | 42 +-
.../lib/Twig/Node/Expression/Function.php | 44 +-
.../twig/lib/Twig/Node/Expression/GetAttr.php | 71 +-
.../lib/Twig/Node/Expression/MethodCall.php | 40 +-
.../twig/lib/Twig/Node/Expression/Name.php | 104 +-
.../lib/Twig/Node/Expression/NullCoalesce.php | 45 +-
.../twig/lib/Twig/Node/Expression/Parent.php | 41 +-
.../lib/Twig/Node/Expression/TempName.php | 27 +-
.../twig/lib/Twig/Node/Expression/Test.php | 39 +-
.../Twig/Node/Expression/Test/Constant.php | 47 +-
.../lib/Twig/Node/Expression/Test/Defined.php | 58 +-
.../Twig/Node/Expression/Test/Divisibleby.php | 34 +-
.../lib/Twig/Node/Expression/Test/Even.php | 33 +-
.../lib/Twig/Node/Expression/Test/Null.php | 32 +-
.../lib/Twig/Node/Expression/Test/Odd.php | 33 +-
.../lib/Twig/Node/Expression/Test/Sameas.php | 30 +-
.../twig/lib/Twig/Node/Expression/Unary.php | 28 +-
.../lib/Twig/Node/Expression/Unary/Neg.php | 21 +-
.../lib/Twig/Node/Expression/Unary/Not.php | 21 +-
.../lib/Twig/Node/Expression/Unary/Pos.php | 21 +-
app/vendor/twig/twig/lib/Twig/Node/Flush.php | 30 +-
app/vendor/twig/twig/lib/Twig/Node/For.php | 110 +-
.../twig/twig/lib/Twig/Node/ForLoop.php | 49 +-
app/vendor/twig/twig/lib/Twig/Node/If.php | 65 +-
app/vendor/twig/twig/lib/Twig/Node/Import.php | 48 +-
.../twig/twig/lib/Twig/Node/Include.php | 87 +-
app/vendor/twig/twig/lib/Twig/Node/Macro.php | 122 +-
app/vendor/twig/twig/lib/Twig/Node/Module.php | 458 +-
app/vendor/twig/twig/lib/Twig/Node/Print.php | 33 +-
.../twig/twig/lib/Twig/Node/Sandbox.php | 41 +-
.../twig/lib/Twig/Node/SandboxedPrint.php | 48 +-
app/vendor/twig/twig/lib/Twig/Node/Set.php | 95 +-
.../twig/twig/lib/Twig/Node/SetTemp.php | 37 +-
.../twig/twig/lib/Twig/Node/Spaceless.php | 34 +-
app/vendor/twig/twig/lib/Twig/Node/Text.php | 33 +-
app/vendor/twig/twig/lib/Twig/Node/With.php | 61 +-
.../twig/lib/Twig/NodeCaptureInterface.php | 24 +-
.../twig/twig/lib/Twig/NodeInterface.php | 6 +-
.../twig/lib/Twig/NodeOutputInterface.php | 24 +-
.../twig/twig/lib/Twig/NodeTraverser.php | 83 +-
.../twig/lib/Twig/NodeVisitor/Escaper.php | 151 +-
.../twig/lib/Twig/NodeVisitor/Optimizer.php | 250 +-
.../lib/Twig/NodeVisitor/SafeAnalysis.php | 147 +-
.../twig/lib/Twig/NodeVisitor/Sandbox.php | 79 +-
.../twig/lib/Twig/NodeVisitorInterface.php | 46 +-
app/vendor/twig/twig/lib/Twig/Parser.php | 409 +-
.../twig/twig/lib/Twig/ParserInterface.php | 10 +-
.../twig/lib/Twig/Profiler/Dumper/Base.php | 59 +-
.../lib/Twig/Profiler/Dumper/Blackfire.php | 69 +-
.../twig/lib/Twig/Profiler/Dumper/Html.php | 44 +-
.../twig/lib/Twig/Profiler/Dumper/Text.php | 32 +-
.../lib/Twig/Profiler/Node/EnterProfile.php | 36 +-
.../lib/Twig/Profiler/Node/LeaveProfile.php | 30 +-
.../Twig/Profiler/NodeVisitor/Profiler.php | 64 +-
.../twig/twig/lib/Twig/Profiler/Profile.php | 167 +-
.../twig/lib/Twig/RuntimeLoaderInterface.php | 32 +-
.../twig/lib/Twig/Sandbox/SecurityError.php | 24 +-
.../Sandbox/SecurityNotAllowedFilterError.php | 30 +-
.../SecurityNotAllowedFunctionError.php | 30 +-
.../Sandbox/SecurityNotAllowedMethodError.php | 37 +-
.../SecurityNotAllowedPropertyError.php | 37 +-
.../Sandbox/SecurityNotAllowedTagError.php | 30 +-
.../twig/lib/Twig/Sandbox/SecurityPolicy.php | 122 +-
.../Twig/Sandbox/SecurityPolicyInterface.php | 27 +-
.../twig/twig/lib/Twig/SimpleFilter.php | 118 +-
.../twig/twig/lib/Twig/SimpleFunction.php | 108 +-
app/vendor/twig/twig/lib/Twig/SimpleTest.php | 70 +-
app/vendor/twig/twig/lib/Twig/Source.php | 50 +-
.../lib/Twig/SourceContextLoaderInterface.php | 36 +-
app/vendor/twig/twig/lib/Twig/Template.php | 705 +-
.../twig/twig/lib/Twig/TemplateInterface.php | 12 +-
.../twig/twig/lib/Twig/TemplateWrapper.php | 130 +-
app/vendor/twig/twig/lib/Twig/Test.php | 10 +-
.../twig/twig/lib/Twig/Test/Function.php | 4 +-
.../lib/Twig/Test/IntegrationTestCase.php | 246 +-
app/vendor/twig/twig/lib/Twig/Test/Method.php | 15 +-
app/vendor/twig/twig/lib/Twig/Test/Node.php | 4 +-
.../twig/twig/lib/Twig/Test/NodeTestCase.php | 72 +-
app/vendor/twig/twig/lib/Twig/Token.php | 204 +-
app/vendor/twig/twig/lib/Twig/TokenParser.php | 30 +-
.../twig/lib/Twig/TokenParser/AutoEscape.php | 80 +-
.../twig/twig/lib/Twig/TokenParser/Block.php | 70 +-
.../twig/lib/Twig/TokenParser/Deprecated.php | 11 +
.../twig/twig/lib/Twig/TokenParser/Do.php | 31 +-
.../twig/twig/lib/Twig/TokenParser/Embed.php | 64 +-
.../twig/lib/Twig/TokenParser/Extends.php | 43 +-
.../twig/twig/lib/Twig/TokenParser/Filter.php | 50 +-
.../twig/twig/lib/Twig/TokenParser/Flush.php | 31 +-
.../twig/twig/lib/Twig/TokenParser/For.php | 124 +-
.../twig/twig/lib/Twig/TokenParser/From.php | 63 +-
.../twig/twig/lib/Twig/TokenParser/If.php | 83 +-
.../twig/twig/lib/Twig/TokenParser/Import.php | 38 +-
.../twig/lib/Twig/TokenParser/Include.php | 62 +-
.../twig/twig/lib/Twig/TokenParser/Macro.php | 57 +-
.../twig/lib/Twig/TokenParser/Sandbox.php | 58 +-
.../twig/twig/lib/Twig/TokenParser/Set.php | 72 +-
.../twig/lib/Twig/TokenParser/Spaceless.php | 48 +-
.../twig/twig/lib/Twig/TokenParser/Use.php | 67 +-
.../twig/twig/lib/Twig/TokenParser/With.php | 49 +-
.../twig/twig/lib/Twig/TokenParserBroker.php | 28 +-
.../lib/Twig/TokenParserBrokerInterface.php | 8 +-
.../twig/lib/Twig/TokenParserInterface.php | 44 +-
app/vendor/twig/twig/lib/Twig/TokenStream.php | 193 +-
.../lib/Twig/Util/DeprecationCollector.php | 83 +-
.../lib/Twig/Util/TemplateDirIterator.php | 25 +-
app/vendor/twig/twig/phpunit.xml.dist | 33 -
.../twig/twig/src/Cache/CacheInterface.php | 59 +-
.../twig/twig/src/Cache/FilesystemCache.php | 88 +-
app/vendor/twig/twig/src/Cache/NullCache.php | 37 +-
app/vendor/twig/twig/src/Compiler.php | 283 +-
app/vendor/twig/twig/src/Environment.php | 1633 +++-
app/vendor/twig/twig/src/Error/Error.php | 320 +-
.../twig/twig/src/Error/LoaderError.php | 24 +-
.../twig/twig/src/Error/RuntimeError.php | 25 +-
.../twig/twig/src/Error/SyntaxError.php | 52 +-
app/vendor/twig/twig/src/ExpressionParser.php | 845 +-
.../twig/src/Extension/AbstractExtension.php | 67 +-
.../twig/twig/src/Extension/CoreExtension.php | 1761 ++++-
.../twig/src/Extension/DebugExtension.php | 73 +-
.../twig/src/Extension/EscaperExtension.php | 117 +-
.../twig/src/Extension/ExtensionInterface.php | 100 +-
.../twig/src/Extension/GlobalsInterface.php | 27 +-
.../src/Extension/InitRuntimeInterface.php | 27 +-
.../twig/src/Extension/OptimizerExtension.php | 34 +-
.../twig/src/Extension/ProfilerExtension.php | 48 +-
.../twig/src/Extension/SandboxExtension.php | 104 +-
.../twig/src/Extension/StagingExtension.php | 112 +-
.../src/Extension/StringLoaderExtension.php | 51 +-
.../src/FileExtensionEscapingStrategy.php | 59 +-
app/vendor/twig/twig/src/Lexer.php | 533 +-
.../twig/twig/src/Loader/ArrayLoader.php | 97 +-
.../twig/twig/src/Loader/ChainLoader.php | 159 +-
.../twig/src/Loader/ExistsLoaderInterface.php | 34 +-
.../twig/twig/src/Loader/FilesystemLoader.php | 318 +-
.../twig/twig/src/Loader/LoaderInterface.php | 60 +-
.../Loader/SourceContextLoaderInterface.php | 37 +-
app/vendor/twig/twig/src/Markup.php | 39 +-
.../twig/twig/src/Node/AutoEscapeNode.php | 35 +-
app/vendor/twig/twig/src/Node/BlockNode.php | 40 +-
.../twig/twig/src/Node/BlockReferenceNode.php | 33 +-
app/vendor/twig/twig/src/Node/BodyNode.php | 24 +-
.../twig/src/Node/CheckSecurityCallNode.php | 28 +
.../twig/twig/src/Node/CheckSecurityNode.php | 85 +-
.../twig/twig/src/Node/CheckToStringNode.php | 42 +
.../twig/twig/src/Node/DeprecatedNode.php | 55 +
app/vendor/twig/twig/src/Node/DoNode.php | 35 +-
app/vendor/twig/twig/src/Node/EmbedNode.php | 47 +-
.../Node/Expression/AbstractExpression.php | 25 +-
.../src/Node/Expression/ArrayExpression.php | 83 +-
.../Expression/ArrowFunctionExpression.php | 64 +
.../Node/Expression/AssignNameExpression.php | 24 +-
.../Node/Expression/Binary/AbstractBinary.php | 38 +-
.../src/Node/Expression/Binary/AddBinary.php | 20 +-
.../src/Node/Expression/Binary/AndBinary.php | 20 +-
.../Expression/Binary/BitwiseAndBinary.php | 20 +-
.../Expression/Binary/BitwiseOrBinary.php | 20 +-
.../Expression/Binary/BitwiseXorBinary.php | 20 +-
.../Node/Expression/Binary/ConcatBinary.php | 20 +-
.../src/Node/Expression/Binary/DivBinary.php | 20 +-
.../Node/Expression/Binary/EndsWithBinary.php | 32 +-
.../Node/Expression/Binary/EqualBinary.php | 19 +-
.../Node/Expression/Binary/FloorDivBinary.php | 26 +-
.../Node/Expression/Binary/GreaterBinary.php | 19 +-
.../Expression/Binary/GreaterEqualBinary.php | 19 +-
.../src/Node/Expression/Binary/InBinary.php | 30 +-
.../src/Node/Expression/Binary/LessBinary.php | 19 +-
.../Expression/Binary/LessEqualBinary.php | 19 +-
.../Node/Expression/Binary/MatchesBinary.php | 30 +-
.../src/Node/Expression/Binary/ModBinary.php | 20 +-
.../src/Node/Expression/Binary/MulBinary.php | 20 +-
.../Node/Expression/Binary/NotEqualBinary.php | 19 +-
.../Node/Expression/Binary/NotInBinary.php | 30 +-
.../src/Node/Expression/Binary/OrBinary.php | 20 +-
.../Node/Expression/Binary/PowerBinary.php | 34 +-
.../Node/Expression/Binary/RangeBinary.php | 30 +-
.../Expression/Binary/StartsWithBinary.php | 32 +-
.../src/Node/Expression/Binary/SubBinary.php | 20 +-
.../Expression/BlockReferenceExpression.php | 93 +-
.../src/Node/Expression/CallExpression.php | 310 +-
.../Node/Expression/ConditionalExpression.php | 33 +-
.../Node/Expression/ConstantExpression.php | 25 +-
.../Node/Expression/Filter/DefaultFilter.php | 49 +-
.../src/Node/Expression/FilterExpression.php | 42 +-
.../Node/Expression/FunctionExpression.php | 46 +-
.../src/Node/Expression/GetAttrExpression.php | 75 +-
.../twig/src/Node/Expression/InlinePrint.php | 35 +
.../Node/Expression/MethodCallExpression.php | 43 +-
.../src/Node/Expression/NameExpression.php | 114 +-
.../Expression/NullCoalesceExpression.php | 57 +-
.../src/Node/Expression/ParentExpression.php | 43 +-
.../Node/Expression/TempNameExpression.php | 28 +-
.../src/Node/Expression/Test/ConstantTest.php | 46 +-
.../src/Node/Expression/Test/DefinedTest.php | 66 +-
.../Node/Expression/Test/DivisiblebyTest.php | 33 +-
.../src/Node/Expression/Test/EvenTest.php | 32 +-
.../src/Node/Expression/Test/NullTest.php | 31 +-
.../twig/src/Node/Expression/Test/OddTest.php | 32 +-
.../src/Node/Expression/Test/SameasTest.php | 31 +-
.../src/Node/Expression/TestExpression.php | 46 +-
.../Node/Expression/Unary/AbstractUnary.php | 30 +-
.../src/Node/Expression/Unary/NegUnary.php | 20 +-
.../src/Node/Expression/Unary/NotUnary.php | 20 +-
.../src/Node/Expression/Unary/PosUnary.php | 20 +-
app/vendor/twig/twig/src/Node/FlushNode.php | 32 +-
app/vendor/twig/twig/src/Node/ForLoopNode.php | 51 +-
app/vendor/twig/twig/src/Node/ForNode.php | 114 +-
app/vendor/twig/twig/src/Node/IfNode.php | 67 +-
app/vendor/twig/twig/src/Node/ImportNode.php | 52 +-
app/vendor/twig/twig/src/Node/IncludeNode.php | 103 +-
app/vendor/twig/twig/src/Node/MacroNode.php | 131 +-
app/vendor/twig/twig/src/Node/ModuleNode.php | 487 +-
app/vendor/twig/twig/src/Node/Node.php | 275 +-
.../twig/src/Node/NodeCaptureInterface.php | 24 +-
.../twig/src/Node/NodeOutputInterface.php | 24 +-
app/vendor/twig/twig/src/Node/PrintNode.php | 36 +-
app/vendor/twig/twig/src/Node/SandboxNode.php | 49 +-
.../twig/twig/src/Node/SandboxedPrintNode.php | 64 +-
app/vendor/twig/twig/src/Node/SetNode.php | 102 +-
app/vendor/twig/twig/src/Node/SetTempNode.php | 39 +-
.../twig/twig/src/Node/SpacelessNode.php | 42 +-
app/vendor/twig/twig/src/Node/TextNode.php | 35 +-
app/vendor/twig/twig/src/Node/WithNode.php | 67 +-
app/vendor/twig/twig/src/NodeTraverser.php | 84 +-
.../src/NodeVisitor/AbstractNodeVisitor.php | 54 +-
.../src/NodeVisitor/EscaperNodeVisitor.php | 204 +-
.../src/NodeVisitor/NodeVisitorInterface.php | 49 +-
.../src/NodeVisitor/OptimizerNodeVisitor.php | 268 +-
.../NodeVisitor/SafeAnalysisNodeVisitor.php | 159 +-
.../src/NodeVisitor/SandboxNodeVisitor.php | 134 +-
app/vendor/twig/twig/src/Parser.php | 434 +-
.../twig/src/Profiler/Dumper/BaseDumper.php | 60 +-
.../src/Profiler/Dumper/BlackfireDumper.php | 71 +-
.../twig/src/Profiler/Dumper/HtmlDumper.php | 46 +-
.../twig/src/Profiler/Dumper/TextDumper.php | 34 +-
.../src/Profiler/Node/EnterProfileNode.php | 39 +-
.../src/Profiler/Node/LeaveProfileNode.php | 33 +-
.../NodeVisitor/ProfilerNodeVisitor.php | 75 +-
app/vendor/twig/twig/src/Profiler/Profile.php | 183 +-
.../RuntimeLoader/ContainerRuntimeLoader.php | 36 +-
.../RuntimeLoader/FactoryRuntimeLoader.php | 36 +-
.../RuntimeLoader/RuntimeLoaderInterface.php | 32 +-
.../twig/twig/src/Sandbox/SecurityError.php | 24 +-
.../Sandbox/SecurityNotAllowedFilterError.php | 30 +-
.../SecurityNotAllowedFunctionError.php | 30 +-
.../Sandbox/SecurityNotAllowedMethodError.php | 37 +-
.../SecurityNotAllowedPropertyError.php | 37 +-
.../Sandbox/SecurityNotAllowedTagError.php | 30 +-
.../twig/twig/src/Sandbox/SecurityPolicy.php | 124 +-
.../src/Sandbox/SecurityPolicyInterface.php | 27 +-
app/vendor/twig/twig/src/Source.php | 50 +-
app/vendor/twig/twig/src/Template.php | 726 +-
app/vendor/twig/twig/src/TemplateWrapper.php | 156 +-
.../twig/src/Test/IntegrationTestCase.php | 252 +-
.../twig/twig/src/Test/NodeTestCase.php | 74 +-
app/vendor/twig/twig/src/Token.php | 210 +-
.../src/TokenParser/AbstractTokenParser.php | 29 +-
.../twig/src/TokenParser/ApplyTokenParser.php | 58 +
.../src/TokenParser/AutoEscapeTokenParser.php | 83 +-
.../twig/src/TokenParser/BlockTokenParser.php | 75 +-
.../src/TokenParser/DeprecatedTokenParser.php | 44 +
.../twig/src/TokenParser/DoTokenParser.php | 34 +-
.../twig/src/TokenParser/EmbedTokenParser.php | 69 +-
.../src/TokenParser/ExtendsTokenParser.php | 49 +-
.../src/TokenParser/FilterTokenParser.php | 54 +-
.../twig/src/TokenParser/FlushTokenParser.php | 34 +-
.../twig/src/TokenParser/ForTokenParser.php | 131 +-
.../twig/src/TokenParser/FromTokenParser.php | 67 +-
.../twig/src/TokenParser/IfTokenParser.php | 86 +-
.../src/TokenParser/ImportTokenParser.php | 40 +-
.../src/TokenParser/IncludeTokenParser.php | 63 +-
.../twig/src/TokenParser/MacroTokenParser.php | 63 +-
.../src/TokenParser/SandboxTokenParser.php | 62 +-
.../twig/src/TokenParser/SetTokenParser.php | 69 +-
.../src/TokenParser/SpacelessTokenParser.php | 48 +-
.../src/TokenParser/TokenParserInterface.php | 50 +-
.../twig/src/TokenParser/UseTokenParser.php | 70 +-
.../twig/src/TokenParser/WithTokenParser.php | 52 +-
app/vendor/twig/twig/src/TokenStream.php | 196 +-
app/vendor/twig/twig/src/TwigFilter.php | 123 +-
app/vendor/twig/twig/src/TwigFunction.php | 113 +-
app/vendor/twig/twig/src/TwigTest.php | 88 +-
.../twig/src/Util/DeprecationCollector.php | 87 +-
.../twig/src/Util/TemplateDirIterator.php | 25 +-
.../twig/test/Twig/Tests/AutoloaderTest.php | 24 -
.../test/Twig/Tests/Cache/FilesystemTest.php | 193 -
.../twig/test/Twig/Tests/CompilerTest.php | 33 -
.../Twig/Tests/ContainerRuntimeLoaderTest.php | 40 -
.../test/Twig/Tests/CustomExtensionTest.php | 93 -
.../twig/test/Twig/Tests/EnvironmentTest.php | 686 --
.../twig/twig/test/Twig/Tests/ErrorTest.php | 211 -
.../test/Twig/Tests/ExpressionParserTest.php | 377 -
.../test/Twig/Tests/Extension/CoreTest.php | 355 -
.../test/Twig/Tests/Extension/SandboxTest.php | 323 -
.../Twig/Tests/FactoryRuntimeLoaderTest.php | 32 -
.../twig/test/Twig/Tests/FileCachingTest.php | 63 -
.../FileExtensionEscapingStrategyTest.php | 51 -
.../twig/test/Twig/Tests/FilesystemHelper.php | 30 -
.../Twig/Tests/Fixtures/autoescape/block.test | 21 -
.../Twig/Tests/Fixtures/autoescape/name.test | 22 -
.../test/Twig/Tests/Fixtures/errors/base.html | 1 -
.../Twig/Tests/Fixtures/errors/index.html | 7 -
.../child_contents_outside_blocks.test | 15 -
...ltiline_array_with_undefined_variable.test | 18 -
...e_array_with_undefined_variable_again.test | 18 -
...line_function_with_undefined_variable.test | 12 -
...tiline_function_with_unknown_argument.test | 9 -
...multiline_tag_with_undefined_variable.test | 12 -
.../strict_comparison_operator.test | 6 -
.../syntax_error_in_reused_template.test | 10 -
.../Fixtures/exceptions/unclosed_tag.test | 20 -
.../Fixtures/exceptions/undefined_parent.test | 8 -
.../undefined_template_in_child_template.test | 15 -
.../Fixtures/exceptions/undefined_trait.test | 9 -
.../Tests/Fixtures/expressions/_self.test | 8 -
.../Tests/Fixtures/expressions/array.test | 61 -
.../Fixtures/expressions/array_call.test | 14 -
.../Tests/Fixtures/expressions/binary.test | 46 -
.../Tests/Fixtures/expressions/bitwise.test | 14 -
.../Fixtures/expressions/comparison.test | 14 -
.../Fixtures/expressions/divisibleby.test | 17 -
.../Tests/Fixtures/expressions/dotdot.test | 20 -
.../Tests/Fixtures/expressions/ends_with.test | 26 -
.../Tests/Fixtures/expressions/grouping.test | 8 -
.../Tests/Fixtures/expressions/literals.test | 22 -
.../Fixtures/expressions/magic_call.test | 27 -
.../Tests/Fixtures/expressions/matches.test | 12 -
.../Fixtures/expressions/method_call.test | 28 -
.../expressions/negative_numbers.test | 18 -
.../expressions/operators_as_variables.test | 16 -
.../Tests/Fixtures/expressions/postfix.test | 22 -
.../Tests/Fixtures/expressions/power.test | 20 -
.../Tests/Fixtures/expressions/sameas.test | 21 -
.../Fixtures/expressions/starts_with.test | 27 -
.../Tests/Fixtures/expressions/strings.test | 10 -
.../expressions/ternary_operator.test | 18 -
.../expressions/ternary_operator_noelse.test | 10 -
.../expressions/ternary_operator_nothen.test | 10 -
.../two_word_operators_as_variables.test | 8 -
.../Tests/Fixtures/expressions/unary.test | 12 -
.../expressions/unary_macro_arguments.test | 22 -
.../expressions/unary_precedence.test | 14 -
.../test/Twig/Tests/Fixtures/filters/abs.test | 30 -
.../Twig/Tests/Fixtures/filters/batch.test | 31 -
.../Tests/Fixtures/filters/batch_float.test | 29 -
.../filters/batch_with_empty_fill.test | 37 -
.../filters/batch_with_exact_elements.test | 33 -
.../Fixtures/filters/batch_with_fill.test | 37 -
.../Fixtures/filters/batch_with_keys.test | 10 -
.../filters/batch_with_zero_elements.test | 10 -
.../Fixtures/filters/convert_encoding.test | 10 -
.../Twig/Tests/Fixtures/filters/date.test | 90 -
.../Fixtures/filters/date_default_format.test | 14 -
.../filters/date_default_format_interval.test | 16 -
.../Fixtures/filters/date_immutable.test | 37 -
.../Tests/Fixtures/filters/date_interval.test | 19 -
.../Tests/Fixtures/filters/date_modify.test | 14 -
.../Fixtures/filters/date_namedargs.test | 13 -
.../Twig/Tests/Fixtures/filters/default.test | 150 -
.../Fixtures/filters/dynamic_filter.test | 10 -
.../Twig/Tests/Fixtures/filters/escape.test | 8 -
.../Fixtures/filters/escape_html_attr.test | 8 -
.../Fixtures/filters/escape_javascript.test | 8 -
.../filters/escape_non_supported_charset.test | 8 -
.../Twig/Tests/Fixtures/filters/first.test | 17 -
.../Tests/Fixtures/filters/force_escape.test | 18 -
.../Twig/Tests/Fixtures/filters/format.test | 8 -
.../Twig/Tests/Fixtures/filters/join.test | 12 -
.../Tests/Fixtures/filters/json_encode.test | 12 -
.../Twig/Tests/Fixtures/filters/last.test | 17 -
.../Twig/Tests/Fixtures/filters/length.test | 37 -
.../Tests/Fixtures/filters/length_utf8.test | 12 -
.../Twig/Tests/Fixtures/filters/merge.test | 18 -
.../Twig/Tests/Fixtures/filters/nl2br.test | 14 -
.../Tests/Fixtures/filters/number_format.test | 18 -
.../filters/number_format_default.test | 21 -
.../Twig/Tests/Fixtures/filters/replace.test | 12 -
.../Fixtures/filters/replace_invalid_arg.test | 8 -
.../Twig/Tests/Fixtures/filters/reverse.test | 18 -
.../Twig/Tests/Fixtures/filters/round.test | 22 -
.../Twig/Tests/Fixtures/filters/slice.test | 54 -
.../Twig/Tests/Fixtures/filters/sort.test | 12 -
.../Tests/Fixtures/filters/special_chars.test | 8 -
.../Twig/Tests/Fixtures/filters/split.test | 20 -
.../Tests/Fixtures/filters/split_utf8.test | 24 -
.../Tests/Fixtures/filters/static_calls.test | 10 -
.../Twig/Tests/Fixtures/filters/trim.test | 24 -
.../Tests/Fixtures/filters/urlencode.test | 16 -
.../filters/urlencode_deprecated.test | 16 -
.../Tests/Fixtures/functions/attribute.test | 18 -
.../Twig/Tests/Fixtures/functions/block.test | 12 -
.../functions/block_with_template.test | 22 -
.../functions/block_without_name.test | 12 -
.../Tests/Fixtures/functions/constant.test | 10 -
.../Twig/Tests/Fixtures/functions/cycle.test | 16 -
.../Twig/Tests/Fixtures/functions/date.test | 27 -
.../Fixtures/functions/date_namedargs.test | 11 -
.../Twig/Tests/Fixtures/functions/dump.test | 16 -
.../Tests/Fixtures/functions/dump_array.test | 19 -
.../Fixtures/functions/dynamic_function.test | 10 -
.../functions/include/assignment.test | 13 -
.../functions/include/autoescaping.test | 10 -
.../Fixtures/functions/include/basic.test | 17 -
.../functions/include/expression.test | 17 -
.../functions/include/ignore_missing.test | 10 -
.../Fixtures/functions/include/missing.test | 8 -
.../functions/include/missing_nested.test | 16 -
.../Fixtures/functions/include/sandbox.test | 13 -
.../functions/include/sandbox_disabling.test | 16 -
.../sandbox_disabling_ignore_missing.test | 13 -
.../functions/include/template_instance.test | 10 -
.../functions/include/templates_as_array.test | 12 -
.../functions/include/with_context.test | 16 -
.../functions/include/with_variables.test | 12 -
.../Tests/Fixtures/functions/magic_call.test | 8 -
.../Fixtures/functions/magic_call53.test | 12 -
.../Twig/Tests/Fixtures/functions/max.test | 12 -
.../Twig/Tests/Fixtures/functions/min.test | 12 -
.../Twig/Tests/Fixtures/functions/range.test | 8 -
.../recursive_block_with_inheritance.test | 21 -
.../Twig/Tests/Fixtures/functions/source.test | 17 -
.../Fixtures/functions/special_chars.test | 8 -
.../Fixtures/functions/static_calls.test | 10 -
.../functions/template_from_string.test | 15 -
.../Tests/Fixtures/macros/default_values.test | 16 -
.../Tests/Fixtures/macros/nested_calls.test | 18 -
.../Fixtures/macros/reserved_variables.test | 14 -
.../Twig/Tests/Fixtures/macros/simple.test | 22 -
.../Twig/Tests/Fixtures/macros/varargs.test | 21 -
.../Fixtures/macros/varargs_argument.test | 7 -
.../Tests/Fixtures/macros/with_filters.test | 14 -
.../regression/block_names_unicity.test | 19 -
.../regression/combined_debug_info.test | 15 -
.../Fixtures/regression/empty_token.test | 8 -
.../Tests/Fixtures/regression/issue_1143.test | 23 -
.../Fixtures/regression/multi_word_tests.test | 10 -
.../regression/simple_xml_element.test | 19 -
.../regression/strings_like_numbers.test | 8 -
.../Tests/Fixtures/tags/autoescape/basic.test | 26 -
.../Fixtures/tags/autoescape/blocks.test | 12 -
.../tags/autoescape/double_escaping.test | 10 -
.../Fixtures/tags/autoescape/functions.test | 83 -
.../Fixtures/tags/autoescape/literal.test | 45 -
.../Fixtures/tags/autoescape/nested.test | 26 -
.../Fixtures/tags/autoescape/objects.test | 26 -
.../Tests/Fixtures/tags/autoescape/raw.test | 10 -
.../tags/autoescape/strategy.legacy.test | 11 -
.../Fixtures/tags/autoescape/strategy.test | 11 -
.../Tests/Fixtures/tags/autoescape/type.test | 69 -
.../tags/autoescape/with_filters.test | 131 -
.../autoescape/with_filters_arguments.test | 23 -
.../autoescape/with_pre_escape_filters.test | 68 -
.../with_preserves_safety_filters.test | 50 -
.../Twig/Tests/Fixtures/tags/block/basic.test | 11 -
.../tags/block/block_unique_name.test | 11 -
.../Fixtures/tags/block/special_chars.test | 10 -
.../Twig/Tests/Fixtures/tags/embed/basic.test | 35 -
.../tags/embed/complex_dynamic_parent.test | 35 -
.../Fixtures/tags/embed/dynamic_parent.test | 35 -
.../Tests/Fixtures/tags/embed/error_line.test | 16 -
.../Tests/Fixtures/tags/embed/multiple.test | 50 -
.../Tests/Fixtures/tags/embed/nested.test | 42 -
.../Fixtures/tags/embed/with_extends.test | 60 -
.../Tests/Fixtures/tags/filter/basic.test | 10 -
.../Fixtures/tags/filter/json_encode.test | 8 -
.../Tests/Fixtures/tags/filter/multiple.test | 10 -
.../Tests/Fixtures/tags/filter/nested.test | 16 -
.../Fixtures/tags/filter/with_for_tag.test | 13 -
.../Fixtures/tags/filter/with_if_tag.test | 29 -
.../Tests/Fixtures/tags/for/condition.test | 14 -
.../Twig/Tests/Fixtures/tags/for/context.test | 18 -
.../Twig/Tests/Fixtures/tags/for/else.test | 23 -
.../Fixtures/tags/for/inner_variables.test | 17 -
.../Twig/Tests/Fixtures/tags/for/keys.test | 11 -
.../Fixtures/tags/for/keys_and_values.test | 11 -
.../Tests/Fixtures/tags/for/loop_context.test | 19 -
.../Fixtures/tags/for/loop_context_local.test | 10 -
.../Fixtures/tags/for/loop_not_defined.test | 10 -
.../tags/for/loop_not_defined_cond.test | 9 -
.../Tests/Fixtures/tags/for/nested_else.test | 17 -
.../Twig/Tests/Fixtures/tags/for/objects.test | 43 -
.../Fixtures/tags/for/objects_countable.test | 47 -
.../Tests/Fixtures/tags/for/recursive.test | 18 -
.../Twig/Tests/Fixtures/tags/for/values.test | 11 -
.../test/Twig/Tests/Fixtures/tags/from.test | 14 -
.../Twig/Tests/Fixtures/tags/if/basic.test | 22 -
.../Tests/Fixtures/tags/if/expression.test | 22 -
.../Tests/Fixtures/tags/include/basic.test | 16 -
.../Fixtures/tags/include/expression.test | 16 -
.../Fixtures/tags/include/ignore_missing.test | 10 -
.../Tests/Fixtures/tags/include/missing.test | 8 -
.../Fixtures/tags/include/missing_nested.test | 16 -
.../Tests/Fixtures/tags/include/only.test | 16 -
.../tags/include/template_instance.test | 10 -
.../tags/include/templates_as_array.test | 12 -
.../Fixtures/tags/include/with_variables.test | 12 -
.../Fixtures/tags/inheritance/basic.test | 14 -
.../Fixtures/tags/inheritance/block_expr.test | 32 -
.../tags/inheritance/block_expr2.test | 34 -
.../tags/inheritance/conditional.test | 14 -
.../Fixtures/tags/inheritance/dynamic.test | 14 -
.../Fixtures/tags/inheritance/empty.test | 10 -
.../tags/inheritance/extends_as_array.test | 12 -
.../extends_as_array_with_empty_name.test | 12 -
.../extends_as_array_with_null_name.test | 12 -
.../Fixtures/tags/inheritance/multiple.test | 12 -
.../tags/inheritance/multiple_dynamic.test | 22 -
.../tags/inheritance/nested_blocks.test | 22 -
.../nested_blocks_parent_only.test | 15 -
.../tags/inheritance/nested_inheritance.test | 16 -
.../Fixtures/tags/inheritance/parent.test | 12 -
.../tags/inheritance/parent_change.test | 16 -
.../tags/inheritance/parent_in_a_block.test | 8 -
.../tags/inheritance/parent_isolation.test | 20 -
.../tags/inheritance/parent_nested.test | 28 -
.../inheritance/parent_without_extends.test | 8 -
.../parent_without_extends_but_traits.test | 14 -
.../tags/inheritance/template_instance.test | 14 -
.../Tests/Fixtures/tags/inheritance/use.test | 44 -
.../Twig/Tests/Fixtures/tags/macro/basic.test | 17 -
.../Fixtures/tags/macro/endmacro_name.test | 16 -
.../Tests/Fixtures/tags/macro/external.test | 17 -
.../Twig/Tests/Fixtures/tags/macro/from.test | 18 -
.../tags/macro/from_with_reserved_name.test | 9 -
.../Tests/Fixtures/tags/macro/global.test | 14 -
.../tags/macro/import_with_reserved_nam.test | 11 -
.../Fixtures/tags/macro/reserved_name.test | 10 -
.../Fixtures/tags/macro/self_import.test | 17 -
.../Fixtures/tags/macro/special_chars.test | 14 -
.../Fixtures/tags/macro/super_globals.test | 14 -
.../Tests/Fixtures/tags/raw/basic.legacy.test | 10 -
.../tags/raw/mixed_usage_with_raw.legacy.test | 10 -
.../tags/raw/whitespace_control.legacy.test | 56 -
.../Fixtures/tags/sandbox/not_valid1.test | 11 -
.../Fixtures/tags/sandbox/not_valid2.test | 14 -
.../Tests/Fixtures/tags/sandbox/simple.test | 22 -
.../Twig/Tests/Fixtures/tags/set/basic.test | 20 -
.../Fixtures/tags/set/capture-empty.test | 9 -
.../Twig/Tests/Fixtures/tags/set/capture.test | 10 -
.../Tests/Fixtures/tags/set/expression.test | 12 -
.../Tests/Fixtures/tags/spaceless/simple.test | 12 -
.../Tests/Fixtures/tags/special_chars.test | 8 -
.../Twig/Tests/Fixtures/tags/trim_block.test | 74 -
.../Twig/Tests/Fixtures/tags/use/aliases.test | 12 -
.../Twig/Tests/Fixtures/tags/use/basic.test | 12 -
.../Twig/Tests/Fixtures/tags/use/deep.test | 22 -
.../Tests/Fixtures/tags/use/deep_empty.test | 10 -
.../Tests/Fixtures/tags/use/inheritance.test | 25 -
.../Tests/Fixtures/tags/use/inheritance2.test | 24 -
.../Tests/Fixtures/tags/use/multiple.test | 21 -
.../Fixtures/tags/use/multiple_aliases.test | 23 -
.../Tests/Fixtures/tags/use/parent_block.test | 24 -
.../Fixtures/tags/use/parent_block2.test | 24 -
.../Fixtures/tags/use/parent_block3.test | 38 -
.../Fixtures/tags/use/use_with_parent.test | 24 -
.../Tests/Fixtures/tags/verbatim/basic.test | 10 -
.../tags/verbatim/mixed_usage_with_raw.test | 10 -
.../tags/verbatim/whitespace_control.test | 56 -
.../Twig/Tests/Fixtures/tags/with/basic.test | 13 -
.../Tests/Fixtures/tags/with/expression.test | 10 -
.../Twig/Tests/Fixtures/tags/with/nested.test | 15 -
.../Fixtures/tags/with/with_no_hash.test | 10 -
.../Tests/Fixtures/tags/with/with_only.test | 10 -
.../test/Twig/Tests/Fixtures/tests/array.test | 24 -
.../Twig/Tests/Fixtures/tests/constant.test | 14 -
.../Twig/Tests/Fixtures/tests/defined.test | 129 -
.../Fixtures/tests/defined_for_attribute.test | 35 -
.../Fixtures/tests/defined_for_blocks.test | 38 -
.../defined_for_blocks_with_template.test | 17 -
.../Fixtures/tests/defined_for_constants.test | 14 -
.../test/Twig/Tests/Fixtures/tests/empty.test | 42 -
.../test/Twig/Tests/Fixtures/tests/even.test | 14 -
.../test/Twig/Tests/Fixtures/tests/in.test | 128 -
.../Tests/Fixtures/tests/in_with_objects.test | 19 -
.../Twig/Tests/Fixtures/tests/iterable.test | 19 -
.../Tests/Fixtures/tests/null_coalesce.test | 30 -
.../test/Twig/Tests/Fixtures/tests/odd.test | 10 -
.../twig/test/Twig/Tests/IntegrationTest.php | 327 -
.../autoescape/filename.legacy.test | 18 -
.../functions/undefined_block.legacy.test | 12 -
.../Tests/LegacyFixtures/test.legacy.test | 8 -
.../test/Twig/Tests/LegacyIntegrationTest.php | 54 -
.../twig/twig/test/Twig/Tests/LexerTest.php | 347 -
.../twig/test/Twig/Tests/Loader/ArrayTest.php | 137 -
.../twig/test/Twig/Tests/Loader/ChainTest.php | 124 -
.../test/Twig/Tests/Loader/FilesystemTest.php | 226 -
.../array_inheritance_empty_parent.html.twig | 3 -
...y_inheritance_nonexistent_parent.html.twig | 3 -
.../array_inheritance_null_parent.html.twig | 3 -
.../array_inheritance_valid_parent.html.twig | 3 -
.../Fixtures/inheritance/parent.html.twig | 1 -
.../inheritance/spare_parent.html.twig | 1 -
.../Tests/Loader/Fixtures/named/index.html | 1 -
.../Loader/Fixtures/named_bis/index.html | 1 -
.../Loader/Fixtures/named_final/index.html | 1 -
.../Fixtures/named_quater/named_absolute.html | 1 -
.../Loader/Fixtures/named_ter/index.html | 1 -
.../Tests/Loader/Fixtures/normal/index.html | 1 -
.../Loader/Fixtures/normal_bis/index.html | 1 -
.../Loader/Fixtures/normal_final/index.html | 1 -
.../Loader/Fixtures/normal_ter/index.html | 1 -
.../Loader/Fixtures/phar/phar-sample.phar | Bin 6786 -> 0 bytes
.../Fixtures/themes/theme1/blocks.html.twig | 3 -
.../Fixtures/themes/theme2/blocks.html.twig | 3 -
.../test/Twig/Tests/NativeExtensionTest.php | 32 -
.../test/Twig/Tests/Node/AutoEscapeTest.php | 32 -
.../Twig/Tests/Node/BlockReferenceTest.php | 31 -
.../twig/test/Twig/Tests/Node/BlockTest.php | 39 -
.../twig/twig/test/Twig/Tests/Node/DoTest.php | 32 -
.../Twig/Tests/Node/Expression/ArrayTest.php | 37 -
.../Tests/Node/Expression/AssignNameTest.php | 29 -
.../Tests/Node/Expression/Binary/AddTest.php | 34 -
.../Tests/Node/Expression/Binary/AndTest.php | 34 -
.../Node/Expression/Binary/ConcatTest.php | 34 -
.../Tests/Node/Expression/Binary/DivTest.php | 34 -
.../Node/Expression/Binary/FloorDivTest.php | 34 -
.../Tests/Node/Expression/Binary/ModTest.php | 34 -
.../Tests/Node/Expression/Binary/MulTest.php | 34 -
.../Tests/Node/Expression/Binary/OrTest.php | 34 -
.../Tests/Node/Expression/Binary/SubTest.php | 34 -
.../Twig/Tests/Node/Expression/CallTest.php | 143 -
.../Tests/Node/Expression/ConditionalTest.php | 38 -
.../Tests/Node/Expression/ConstantTest.php | 30 -
.../Twig/Tests/Node/Expression/FilterTest.php | 154 -
.../Tests/Node/Expression/FunctionTest.php | 110 -
.../Tests/Node/Expression/GetAttrTest.php | 50 -
.../Twig/Tests/Node/Expression/NameTest.php | 43 -
.../Node/Expression/NullCoalesceTest.php | 31 -
.../Node/Expression/PHP53/FilterInclude.php | 6 -
.../Node/Expression/PHP53/FunctionInclude.php | 6 -
.../Node/Expression/PHP53/TestInclude.php | 6 -
.../Twig/Tests/Node/Expression/ParentTest.php | 28 -
.../Twig/Tests/Node/Expression/TestTest.php | 82 -
.../Tests/Node/Expression/Unary/NegTest.php | 32 -
.../Tests/Node/Expression/Unary/NotTest.php | 31 -
.../Tests/Node/Expression/Unary/PosTest.php | 31 -
.../twig/test/Twig/Tests/Node/ForTest.php | 191 -
.../twig/twig/test/Twig/Tests/Node/IfTest.php | 88 -
.../twig/test/Twig/Tests/Node/ImportTest.php | 40 -
.../twig/test/Twig/Tests/Node/IncludeTest.php | 83 -
.../twig/test/Twig/Tests/Node/MacroTest.php | 74 -
.../twig/test/Twig/Tests/Node/ModuleTest.php | 223 -
.../twig/test/Twig/Tests/Node/PrintTest.php | 29 -
.../twig/test/Twig/Tests/Node/SandboxTest.php | 44 -
.../Twig/Tests/Node/SandboxedPrintTest.php | 33 -
.../twig/test/Twig/Tests/Node/SetTest.php | 69 -
.../test/Twig/Tests/Node/SpacelessTest.php | 37 -
.../twig/test/Twig/Tests/Node/TextTest.php | 28 -
.../Twig/Tests/NodeVisitor/OptimizerTest.php | 124 -
.../twig/twig/test/Twig/Tests/ParserTest.php | 198 -
.../Tests/Profiler/Dumper/AbstractTest.php | 101 -
.../Tests/Profiler/Dumper/BlackfireTest.php | 32 -
.../Twig/Tests/Profiler/Dumper/HtmlTest.php | 30 -
.../Twig/Tests/Profiler/Dumper/TextTest.php | 30 -
.../test/Twig/Tests/Profiler/ProfileTest.php | 110 -
.../twig/test/Twig/Tests/TemplateTest.php | 762 --
.../test/Twig/Tests/TemplateWrapperTest.php | 64 -
.../twig/test/Twig/Tests/TokenStreamTest.php | 82 -
.../Tests/Util/DeprecationCollectorTest.php | 42 -
.../twig/test/Twig/Tests/escapingTest.php | 324 -
.../wyrihaximus/twig-view/composer.json | 6 +-
.../wyrihaximus/twig-view/composer.lock | 686 +-
.../twig-view/config/bootstrap.php | 2 +-
.../src/Lib/Twig/Extension/Inflector.php | 1 +
.../twig-view/src/Lib/Twig/Loader.php | 2 +-
.../src/Template/Bake/Element/form.ctp | 6 +-
.../src/Template/Bake/Template/index.ctp | 4 +-
.../src/Template/Bake/Template/view.ctp | 4 +-
.../twig-view/src/View/TwigView.php | 2 +-
.../zend-diactoros/.coveralls.yml | 2 -
.../zendframework/zend-diactoros/CONDUCT.md | 43 -
.../zend-diactoros/CONTRIBUTING.md | 228 -
.../zendframework/zend-diactoros/LICENSE.md | 12 -
.../zendframework/zend-diactoros/README.md | 34 -
.../zend-diactoros/composer.json | 72 -
.../zend-diactoros/composer.lock | 1695 ----
.../zendframework/zend-diactoros/mkdocs.yml | 16 -
.../Exception/DeprecatedMethodException.php | 19 -
.../src/Exception/ExceptionInterface.php | 17 -
.../functions/marshal_method_from_sapi.php | 19 -
4911 files changed, 167919 insertions(+), 150352 deletions(-)
delete mode 100644 app/vendor/adodb/adodb-php/.gitattributes
delete mode 100644 app/vendor/adodb/adodb-php/.gitignore
delete mode 100644 app/vendor/adodb/adodb-php/.mailmap
delete mode 100644 app/vendor/adodb/adodb-php/adodb-iterator.inc.php
create mode 100644 app/vendor/adodb/adodb-php/adodb-loadbalancer.inc.php
delete mode 100644 app/vendor/adodb/adodb-php/adodb-php4.inc.php
delete mode 100644 app/vendor/adodb/adodb-php/contrib/toxmlrpc.inc.php
delete mode 100644 app/vendor/adodb/adodb-php/cute_icons_for_site/adodb.gif
delete mode 100644 app/vendor/adodb/adodb-php/cute_icons_for_site/adodb2.gif
create mode 100644 app/vendor/adodb/adodb-php/drivers/adodb-odbc_mssql2012.inc.php
create mode 100644 app/vendor/adodb/adodb-php/drivers/adodb-pdo_dblib.inc.php
create mode 100644 app/vendor/adodb/adodb-php/drivers/adodb-pdo_firebird.inc.php
create mode 100644 app/vendor/adodb/adodb-php/lang/adodb-id.inc.php
create mode 100644 app/vendor/adodb/adodb-php/lang/adodb-oc.inc.php
create mode 100644 app/vendor/adodb/adodb-php/phpdoc
delete mode 100644 app/vendor/adodb/adodb-php/replicate/adodb-replicate.inc.php
delete mode 100644 app/vendor/adodb/adodb-php/replicate/replicate-steps.php
delete mode 100644 app/vendor/adodb/adodb-php/replicate/test-tnb.php
delete mode 100644 app/vendor/adodb/adodb-php/scripts/.gitignore
delete mode 100644 app/vendor/adodb/adodb-php/scripts/TARADO5.BAT
delete mode 100755 app/vendor/adodb/adodb-php/scripts/buildrelease.py
delete mode 100755 app/vendor/adodb/adodb-php/scripts/updateversion.py
delete mode 100755 app/vendor/adodb/adodb-php/scripts/uploadrelease.py
delete mode 100644 app/vendor/adodb/adodb-php/tests/benchmark.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/client.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/pdo.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-active-record.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-active-recs2.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-active-relations.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-active-relationsx.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-datadict.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-perf.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-pgblob.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-php5.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test-xmlschema.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test2.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test3.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test4.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test5.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/test_rs_array.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testcache.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testdatabases.inc.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testgenid.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testmssql.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testoci8.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testoci8cursor.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testpaging.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testpear.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/testsessions.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/time.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/tmssql.php
delete mode 100644 app/vendor/adodb/adodb-php/tests/xmlschema-mssql.xml
delete mode 100644 app/vendor/adodb/adodb-php/tests/xmlschema.xml
create mode 100644 app/vendor/ajgl/breakpoint-twig-extension/.github/workflows/tests.yaml
delete mode 100644 app/vendor/ajgl/breakpoint-twig-extension/.php_cs
create mode 100644 app/vendor/ajgl/breakpoint-twig-extension/.php_cs.dist
delete mode 100644 app/vendor/ajgl/breakpoint-twig-extension/.scrutinizer.yml
delete mode 100644 app/vendor/ajgl/breakpoint-twig-extension/.travis.yml
create mode 120000 app/vendor/bin/var-dump-server
create mode 100644 app/vendor/cakephp/bake/Dockerfile
create mode 100644 app/vendor/cakephp/bake/docs.Dockerfile
rename app/vendor/{psy/psysh/test/fixtures/default/.config/psysh/psysh_history => cakephp/bake/docs/config/__init__.py} (100%)
create mode 100644 app/vendor/cakephp/bake/docs/config/all.py
create mode 100644 app/vendor/cakephp/bake/docs/en/conf.py
create mode 100644 app/vendor/cakephp/bake/docs/en/contents.rst
create mode 100644 app/vendor/cakephp/bake/docs/en/development.rst
create mode 100644 app/vendor/cakephp/bake/docs/en/index.rst
create mode 100644 app/vendor/cakephp/bake/docs/en/usage.rst
create mode 100644 app/vendor/cakephp/bake/docs/es/conf.py
create mode 100644 app/vendor/cakephp/bake/docs/es/contents.rst
create mode 100644 app/vendor/cakephp/bake/docs/es/development.rst
create mode 100644 app/vendor/cakephp/bake/docs/es/index.rst
create mode 100644 app/vendor/cakephp/bake/docs/es/usage.rst
create mode 100644 app/vendor/cakephp/bake/docs/fr/conf.py
create mode 100644 app/vendor/cakephp/bake/docs/fr/contents.rst
create mode 100644 app/vendor/cakephp/bake/docs/fr/development.rst
create mode 100644 app/vendor/cakephp/bake/docs/fr/index.rst
create mode 100644 app/vendor/cakephp/bake/docs/fr/usage.rst
create mode 100644 app/vendor/cakephp/bake/docs/ja/conf.py
create mode 100644 app/vendor/cakephp/bake/docs/ja/contents.rst
create mode 100644 app/vendor/cakephp/bake/docs/ja/development.rst
create mode 100644 app/vendor/cakephp/bake/docs/ja/index.rst
create mode 100644 app/vendor/cakephp/bake/docs/ja/usage.rst
create mode 100644 app/vendor/cakephp/bake/docs/pt/conf.py
create mode 100644 app/vendor/cakephp/bake/docs/pt/contents.rst
create mode 100644 app/vendor/cakephp/bake/docs/pt/development.rst
create mode 100644 app/vendor/cakephp/bake/docs/pt/index.rst
create mode 100644 app/vendor/cakephp/bake/docs/pt/usage.rst
create mode 100644 app/vendor/cakephp/bake/docs/ru/conf.py
create mode 100644 app/vendor/cakephp/bake/docs/ru/contents.rst
create mode 100644 app/vendor/cakephp/bake/docs/ru/development.rst
create mode 100644 app/vendor/cakephp/bake/docs/ru/index.rst
create mode 100644 app/vendor/cakephp/bake/docs/ru/usage.rst
create mode 100644 app/vendor/cakephp/bake/phpcs.xml.dist
create mode 100644 app/vendor/cakephp/cakephp-codesniffer/CakePHP/Sniffs/PHP/CommaAfterArrayItemSniff.php
create mode 100644 app/vendor/cakephp/cakephp-codesniffer/CakePHP/Tests/Formatting/UseInAlphabeticalOrderUnitTest.3.inc
create mode 100644 app/vendor/cakephp/cakephp-codesniffer/phpcs.xml
create mode 100644 app/vendor/cakephp/cakephp-codesniffer/phpcs.xml.dist
create mode 100644 app/vendor/cakephp/cakephp/src/Datasource/SimplePaginator.php
create mode 100644 app/vendor/cakephp/cakephp/src/Http/Middleware/CspMiddleware.php
create mode 100644 app/vendor/cakephp/cakephp/src/TestSuite/Constraint/Email/MailContainsAttachment.php
create mode 100644 app/vendor/cakephp/cakephp/src/TestSuite/MockBuilder.php
create mode 100644 app/vendor/cakephp/cakephp/src/TestSuite/Stub/MissingConsoleInputException.php
create mode 100644 app/vendor/cakephp/chronos/.appveyor.yml
create mode 100644 app/vendor/cakephp/debug_kit/.github/workflows/ci.yml
delete mode 100644 app/vendor/cakephp/debug_kit/.jshintrc
delete mode 100644 app/vendor/cakephp/debug_kit/.stickler.yml
create mode 100644 app/vendor/cakephp/debug_kit/Dockerfile
create mode 100644 app/vendor/cakephp/debug_kit/docs.Dockerfile
rename app/vendor/{psy/psysh/test/fixtures/default/.local/share/psysh/php_manual.sqlite => cakephp/debug_kit/docs/config/__init__.py} (100%)
create mode 100644 app/vendor/cakephp/debug_kit/docs/config/all.py
create mode 100644 app/vendor/cakephp/debug_kit/docs/en/conf.py
create mode 100644 app/vendor/cakephp/debug_kit/docs/en/contents.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/en/index.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/fr/conf.py
create mode 100644 app/vendor/cakephp/debug_kit/docs/fr/contents.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/fr/index.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/ja/conf.py
create mode 100644 app/vendor/cakephp/debug_kit/docs/ja/contents.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/ja/index.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/pt/conf.py
create mode 100644 app/vendor/cakephp/debug_kit/docs/pt/contents.rst
create mode 100644 app/vendor/cakephp/debug_kit/docs/pt/index.rst
create mode 100644 app/vendor/cakephp/debug_kit/src/Controller/DashboardController.php
create mode 100644 app/vendor/cakephp/debug_kit/src/Controller/DebugKitController.php
create mode 100644 app/vendor/cakephp/debug_kit/src/Template/Dashboard/index.ctp
create mode 100644 app/vendor/cakephp/debug_kit/src/Template/Layout/dashboard.ctp
delete mode 100644 app/vendor/cakephp/plugin-installer/.editorconfig
delete mode 100644 app/vendor/cakephp/plugin-installer/.travis.yml
delete mode 100644 app/vendor/cakephp/plugin-installer/phpunit.xml.dist
create mode 100644 app/vendor/cakephp/plugin-installer/src/Plugin.php
delete mode 100644 app/vendor/cakephp/plugin-installer/tests/Installer/PluginInstaller.php
create mode 100644 app/vendor/cakephp/plugin-installer/tests/TestCase/PluginTest.php
delete mode 100644 app/vendor/cakephp/plugin-installer/tests/bootstrap.php
create mode 100644 app/vendor/cakephp/plugin-installer/tests/php56/TestCase/Installer/PluginInstallerTest.php
create mode 100644 app/vendor/cakephp/plugin-installer/tests/php56/TestCase/PHPUnitAssertionCompatTrait.php
create mode 100644 app/vendor/cakephp/plugin-installer/tests/php56/TestCase/PluginTest.php
create mode 100644 app/vendor/composer/InstalledVersions.php
create mode 100644 app/vendor/composer/composer/.editorconfig
delete mode 100644 app/vendor/composer/composer/.github/CONTRIBUTING.md
delete mode 100644 app/vendor/composer/composer/.github/ISSUE_TEMPLATE.md
delete mode 100644 app/vendor/composer/composer/.php_cs
delete mode 100644 app/vendor/composer/composer/.travis.yml
create mode 100644 app/vendor/composer/composer/CODE_OF_CONDUCT.md
create mode 100644 app/vendor/composer/composer/UPGRADE-2.0.md
delete mode 100644 app/vendor/composer/composer/appveyor.yml
create mode 100644 app/vendor/composer/composer/doc/07-runtime.md
rename app/vendor/composer/composer/doc/{07-community.md => 08-community.md} (57%)
create mode 100644 app/vendor/composer/composer/doc/articles/authentication-for-private-packages.md
rename app/vendor/composer/composer/doc/articles/{handling-private-packages-with-satis.md => handling-private-packages.md} (92%)
delete mode 100644 app/vendor/composer/composer/doc/articles/http-basic-authentication.md
create mode 100644 app/vendor/composer/composer/doc/articles/repository-priorities.md
create mode 100644 app/vendor/composer/composer/doc/articles/resolving-merge-conflicts.md
delete mode 100644 app/vendor/composer/composer/phpunit.xml.dist
create mode 100644 app/vendor/composer/composer/src/Composer/Command/FundCommand.php
create mode 100644 app/vendor/composer/composer/src/Composer/Command/ReinstallCommand.php
create mode 100644 app/vendor/composer/composer/src/Composer/Console/GithubActionError.php
create mode 100644 app/vendor/composer/composer/src/Composer/DependencyResolver/LocalRepoTransaction.php
create mode 100644 app/vendor/composer/composer/src/Composer/DependencyResolver/LockTransaction.php
create mode 100644 app/vendor/composer/composer/src/Composer/DependencyResolver/MultiConflictRule.php
create mode 100644 app/vendor/composer/composer/src/Composer/DependencyResolver/PoolBuilder.php
rename app/vendor/composer/composer/src/Composer/{Script/PackageEvent.php => Downloader/MaxFileSizeExceededException.php} (55%)
delete mode 100644 app/vendor/composer/composer/src/Composer/Downloader/PearPackageExtractor.php
rename app/vendor/composer/composer/src/Composer/{Script/CommandEvent.php => Exception/IrrecoverableDownloadException.php} (66%)
create mode 100644 app/vendor/composer/composer/src/Composer/InstalledVersions.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Installer/PearBinaryInstaller.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Installer/PearInstaller.php
create mode 100644 app/vendor/composer/composer/src/Composer/Package/CompleteAliasPackage.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Package/LinkConstraint/EmptyConstraint.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Package/LinkConstraint/LinkConstraintInterface.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Package/LinkConstraint/MultiConstraint.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Package/LinkConstraint/SpecificConstraint.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Package/LinkConstraint/VersionConstraint.php
create mode 100644 app/vendor/composer/composer/src/Composer/Package/Version/StabilityFilter.php
create mode 100644 app/vendor/composer/composer/src/Composer/Platform/HhvmDetector.php
create mode 100644 app/vendor/composer/composer/src/Composer/Platform/Runtime.php
create mode 100644 app/vendor/composer/composer/src/Composer/Platform/Version.php
create mode 100644 app/vendor/composer/composer/src/Composer/Plugin/PostFileDownloadEvent.php
create mode 100644 app/vendor/composer/composer/src/Composer/Plugin/PrePoolCreateEvent.php
create mode 100644 app/vendor/composer/composer/src/Composer/Repository/FilterRepository.php
rename app/vendor/composer/composer/src/Composer/Repository/{BaseRepository.php => InstalledRepository.php} (55%)
create mode 100644 app/vendor/composer/composer/src/Composer/Repository/LockArrayRepository.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/BaseChannelReader.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/ChannelInfo.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/ChannelReader.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest10Reader.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/ChannelRest11Reader.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/DependencyConstraint.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/DependencyInfo.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/PackageDependencyParser.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/PackageInfo.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Repository/Pear/ReleaseInfo.php
create mode 100644 app/vendor/composer/composer/src/Composer/Repository/RepositorySet.php
create mode 100644 app/vendor/composer/composer/src/Composer/Repository/RootPackageRepository.php
create mode 100644 app/vendor/composer/composer/src/Composer/Repository/VersionCacheInterface.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Http/CurlDownloader.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Http/CurlResponse.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Http/ProxyHelper.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Http/ProxyManager.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Http/RequestProxy.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Http/Response.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/HttpDownloader.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Loop.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/MetadataMinifier.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/PackageSorter.php
delete mode 100644 app/vendor/composer/composer/src/Composer/Util/SpdxLicense.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/SyncHelper.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Tar.php
create mode 100644 app/vendor/composer/composer/src/Composer/Util/Zip.php
delete mode 100644 app/vendor/composer/composer/src/Composer/XdebugHandler.php
create mode 100644 app/vendor/composer/installed.php
create mode 100644 app/vendor/composer/metadata-minifier/LICENSE
create mode 100644 app/vendor/composer/metadata-minifier/README.md
create mode 100644 app/vendor/composer/metadata-minifier/composer.json
create mode 100644 app/vendor/composer/metadata-minifier/phpstan.neon.dist
create mode 100644 app/vendor/composer/metadata-minifier/src/MetadataMinifier.php
create mode 100644 app/vendor/composer/semver/src/CompilingMatcher.php
delete mode 100644 app/vendor/composer/semver/src/Constraint/AbstractConstraint.php
create mode 100644 app/vendor/composer/semver/src/Constraint/Bound.php
rename app/vendor/composer/semver/src/Constraint/{EmptyConstraint.php => MatchAllConstraint.php} (59%)
create mode 100644 app/vendor/composer/semver/src/Constraint/MatchNoneConstraint.php
create mode 100644 app/vendor/composer/semver/src/Interval.php
create mode 100644 app/vendor/composer/semver/src/Intervals.php
delete mode 100644 app/vendor/composer/spdx-licenses/.php_cs.dist
create mode 100644 app/vendor/composer/xdebug-handler/UPGRADE.md
delete mode 100644 app/vendor/dnoegel/php-xdg-base-dir/.gitignore
delete mode 100644 app/vendor/dnoegel/php-xdg-base-dir/README.md
delete mode 100644 app/vendor/dnoegel/php-xdg-base-dir/composer.json
delete mode 100644 app/vendor/dnoegel/php-xdg-base-dir/phpunit.xml.dist
delete mode 100644 app/vendor/dnoegel/php-xdg-base-dir/src/Xdg.php
delete mode 100644 app/vendor/dnoegel/php-xdg-base-dir/tests/XdgTest.php
create mode 100644 app/vendor/doctrine/cache/UPGRADE-1.11.md
rename app/vendor/doctrine/cache/{UPGRADE.md => UPGRADE-1.4.md} (100%)
delete mode 100644 app/vendor/doctrine/cache/docs/en/index.rst
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseBucketCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ExtMongoDBCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/LegacyMongoDBCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php
create mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
create mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php
create mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
create mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php
create mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/TypedCacheItem.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php
delete mode 100644 app/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php
delete mode 100644 app/vendor/doctrine/dbal/.doctrine-project.json
create mode 100644 app/vendor/doctrine/dbal/CONTRIBUTING.md
delete mode 100644 app/vendor/doctrine/dbal/SECURITY.md
delete mode 100644 app/vendor/doctrine/dbal/UPGRADE.md
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connections/PrimaryReadReplicaConnection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractException.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractSQLServerDriver/Exception/PortWithoutHost.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Exception.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/FetchUtils.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Connection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/DataSourceName.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Driver.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotCopyStreamToStream.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotCreateTemporaryFile.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/CannotWriteToTemporaryFile.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionError.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/ConnectionFailed.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/PrepareFailed.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/StatementError.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Statement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Connection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionError.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionFailed.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/FailedReadingStreamOffset.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/InvalidOption.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/StatementError.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/UnknownType.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Statement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Connection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Exception/NonTerminatedStringLiteral.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Exception/SequenceDoesNotExist.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Exception/UnknownParameterIndex.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/Statement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/OCI/Driver.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/PgSQL/Driver.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLSrv/Connection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLSrv/Driver.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLSrv/Statement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/SQLite/Driver.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Connection.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Exception/Error.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/Statement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ConnectionLost.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/NoKeyValue.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/OptimizeFlags.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionNotFound.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider/SingleConnectionProvider.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
create mode 100644 app/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
create mode 100644 app/vendor/doctrine/deprecations/.github/workflows/ci.yml
rename app/vendor/{seld/jsonlint => doctrine/deprecations}/.gitignore (61%)
create mode 100644 app/vendor/doctrine/deprecations/README.md
create mode 100644 app/vendor/doctrine/deprecations/composer.json
create mode 100644 app/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
create mode 100644 app/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/PHPUnit/VerifyDeprecations.php
create mode 100644 app/vendor/doctrine/deprecations/phpcs.xml
create mode 100644 app/vendor/doctrine/deprecations/phpunit.xml.dist
create mode 100644 app/vendor/doctrine/deprecations/test_fixtures/src/Foo.php
create mode 100644 app/vendor/doctrine/deprecations/test_fixtures/src/RootDeprecation.php
create mode 100644 app/vendor/doctrine/deprecations/tests/Doctrine/Deprecations/DeprecationTest.php
create mode 100644 app/vendor/doctrine/deprecations/tests/Doctrine/Deprecations/VerifyDeprecationsTest.php
create mode 100644 app/vendor/doctrine/event-manager/.doctrine-project.json
delete mode 100644 app/vendor/doctrine/event-manager/.scrutinizer.yml
delete mode 100644 app/vendor/doctrine/event-manager/docs/en/index.rst
delete mode 100644 app/vendor/doctrine/event-manager/docs/en/reference/index.rst
delete mode 100644 app/vendor/doctrine/event-manager/docs/en/sidebar.rst
delete mode 100644 app/vendor/jakub-onderka/php-console-color/.gitignore
delete mode 100644 app/vendor/jakub-onderka/php-console-color/.travis.yml
delete mode 100644 app/vendor/jakub-onderka/php-console-color/LICENSE
delete mode 100644 app/vendor/jakub-onderka/php-console-color/README.md
delete mode 100644 app/vendor/jakub-onderka/php-console-color/build.xml
delete mode 100644 app/vendor/jakub-onderka/php-console-color/composer.json
delete mode 100644 app/vendor/jakub-onderka/php-console-color/example.php
delete mode 100644 app/vendor/jakub-onderka/php-console-color/phpunit.xml
delete mode 100644 app/vendor/jakub-onderka/php-console-color/src/ConsoleColor.php
delete mode 100644 app/vendor/jakub-onderka/php-console-color/src/InvalidStyleException.php
delete mode 100644 app/vendor/jakub-onderka/php-console-color/tests/ConsoleColorTest.php
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/.gitignore
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/.travis.yml
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/README.md
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/build.xml
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/composer.json
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/examples/snippet.php
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/examples/whole_file.php
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/examples/whole_file_line_numbers.php
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/phpunit.xml
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/src/JakubOnderka/PhpConsoleHighlighter/Highlighter.php
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/tests/JakubOnderka/PhpConsoleHighligter/HigligterTest.php
delete mode 100644 app/vendor/jakub-onderka/php-console-highlighter/tests/bootstrap.php
delete mode 100644 app/vendor/justinrainbow/json-schema/.gitattributes
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/CHANGELOG.md (61%)
create mode 100644 app/vendor/laminas/laminas-diactoros/COPYRIGHT.md
create mode 100644 app/vendor/laminas/laminas-diactoros/LICENSE.md
create mode 100644 app/vendor/laminas/laminas-diactoros/README.md
create mode 100644 app/vendor/laminas/laminas-diactoros/composer.json
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/AbstractSerializer.php (92%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/CallbackStream.php (89%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/Exception/DeprecatedMethodException.php
create mode 100644 app/vendor/laminas/laminas-diactoros/src/Exception/ExceptionInterface.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/HeaderSecurity.php (88%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/MessageTrait.php (97%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/PhpInputStream.php (82%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/RelativeStream.php (89%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Request.php (84%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Request/ArraySerializer.php (87%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Request/Serializer.php (89%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/RequestTrait.php (96%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response.php (94%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/ArraySerializer.php (87%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/EmitterInterface.php (64%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/EmptyResponse.php (64%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/HtmlResponse.php (82%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/InjectContentTypeTrait.php (66%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/JsonResponse.php (92%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/RedirectResponse.php (76%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/SapiEmitter.php (68%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/SapiEmitterTrait.php (86%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/SapiStreamEmitter.php (89%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/Serializer.php (88%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/TextResponse.php (82%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Response/XmlResponse.php (83%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Server.php (92%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/ServerRequest.php (95%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/ServerRequestFactory.php (85%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Stream.php (96%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/UploadedFile.php (96%)
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/Uri.php (98%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/create_uploaded_file.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/create_uploaded_file.php (74%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/marshal_headers_from_sapi.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/marshal_headers_from_sapi.php (79%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/marshal_method_from_sapi.legacy.php
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/marshal_method_from_sapi.php
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/marshal_protocol_version_from_sapi.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/marshal_protocol_version_from_sapi.php (70%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/marshal_uri_from_sapi.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/marshal_uri_from_sapi.php (92%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/normalize_server.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/normalize_server.php (83%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/normalize_uploaded_files.php (93%)
create mode 100644 app/vendor/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php
rename app/vendor/{zendframework/zend-diactoros => laminas/laminas-diactoros}/src/functions/parse_cookie_header.php (75%)
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/.github/FUNDING.yml
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/.github/workflows/continuous-integration.yml
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/.github/workflows/release-on-milestone-closed.yml
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/.laminas-ci.json
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/COPYRIGHT.md
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/LICENSE.md
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/README.md
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/composer.json
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/composer.lock
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/config/replacements.php
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/psalm-baseline.xml
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/psalm.xml.dist
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/src/Autoloader.php
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/src/ConfigPostProcessor.php
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/src/Module.php
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/src/Replacements.php
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/src/RewriteRules.php
create mode 100644 app/vendor/laminas/laminas-zendframework-bridge/src/autoload.php
delete mode 100644 app/vendor/mobiledetect/mobiledetectlib/composer.lock
create mode 100644 app/vendor/mobiledetect/mobiledetectlib/docker-compose.yml
rename app/vendor/{psy/psysh => nikic/php-parser}/.editorconfig (65%)
delete mode 100644 app/vendor/nikic/php-parser/.gitignore
delete mode 100644 app/vendor/nikic/php-parser/.travis.yml
delete mode 100644 app/vendor/nikic/php-parser/CHANGELOG.md
delete mode 100644 app/vendor/nikic/php-parser/UPGRADE-1.0.md
delete mode 100644 app/vendor/nikic/php-parser/UPGRADE-2.0.md
delete mode 100644 app/vendor/nikic/php-parser/UPGRADE-3.0.md
delete mode 100644 app/vendor/nikic/php-parser/UPGRADE-4.0.md
delete mode 100644 app/vendor/nikic/php-parser/doc/0_Introduction.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/2_Usage_of_basic_components.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/README.md
delete mode 100644 app/vendor/nikic/php-parser/doc/component/AST_builders.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Constant_expression_evaluation.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Error_handling.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/FAQ.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/JSON_representation.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Lexer.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Name_resolution.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Performance.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Pretty_printing.markdown
delete mode 100644 app/vendor/nikic/php-parser/doc/component/Walking_the_AST.markdown
create mode 100644 app/vendor/nikic/php-parser/grammar/phpyLang.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Builder/ClassConst.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/AttributeEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/CoaleseEqualTokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/EnumTokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FlexibleDocStringEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/FnTokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/KeywordEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/MatchTokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NullsafeTokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/NumericLiteralSeparatorEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReadonlyTokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/ReverseEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Lexer/TokenEmulator/TokenEmulator.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Attribute.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/AttributeGroup.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrowFunction.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Match_.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Throw_.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/MatchArm.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/Node/UnionType.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/NodeConnectingVisitor.php
create mode 100644 app/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor/ParentConnectingVisitor.php
delete mode 100644 app/vendor/nikic/php-parser/phpunit.xml.dist
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/ClassTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/FunctionTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/InterfaceTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/MethodTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/NamespaceTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/ParamTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/PropertyTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/TraitTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/TraitUseAdaptationTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/TraitUseTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Builder/UseTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/BuilderFactoryTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/CodeParsingTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/CodeTestAbstract.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/CodeTestParser.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/CommentTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/ConstExprEvaluatorTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/ErrorHandler/CollectingTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/ErrorHandler/ThrowingTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/ErrorTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Internal/DifferTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/JsonDecoderTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Lexer/EmulativeTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/LexerTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NameContextTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/IdentifierTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/NameTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Scalar/MagicConstTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Scalar/StringTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Stmt/ClassConstTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Stmt/ClassMethodTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Stmt/ClassTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Stmt/InterfaceTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Node/Stmt/PropertyTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeAbstractTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeDumperTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeFinderTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeTraverserTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeVisitor/FindingVisitorTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeVisitor/FirstFindingVisitorTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/NodeVisitor/NameResolverTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Parser/MultipleTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Parser/Php5Test.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/Parser/Php7Test.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/ParserFactoryTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/ParserTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/PhpParser/PrettyPrinterTest.php
delete mode 100644 app/vendor/nikic/php-parser/test/bootstrap.php
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/anonClasses.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/basic.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/blockConversion.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/comments.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/fixup.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/inlineHtml.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/insertionOfNullable.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/listInsertion.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/listInsertionIndentation.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/listRemoval.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/modifierChange.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/nopCommentAtEnd.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/removalViaNull.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/formatPreservation/traitAlias.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/blockComments.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/commentAtEndOfClass.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/comments.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/errorHandling/eofError.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/errorHandling/lexerErrors.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/errorHandling/recovery.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/arrayDef.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/arrayDestructuring.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/assign.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/assignNewByRef.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/cast.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/clone.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/closure.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/comparison.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/constant_expr.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/errorSuppress.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/exit.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/args.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/constFetch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/constantDeref.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/funcCall.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/newDeref.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/objectAccess.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/simpleArrayAccess.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/staticCall.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/fetchAndCall/staticPropertyFetch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/includeAndEval.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/issetAndEmpty.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/listReferences.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/listWithKeys.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/logic.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/math.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/new.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/newWithoutClass.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/print.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/shellExec.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/ternaryAndCoalesce.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/trailingCommas.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/uvs/globalNonSimpleVarError.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/uvs/indirectCall.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/uvs/isset.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/uvs/misc.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/uvs/new.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/uvs/staticProperty.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/expr/variable.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/exprStmtMode.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/constantString.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/docString.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/docStringNewlines.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/encapsedNegVarOffset.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/encapsedString.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/float.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/int.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/invalidOctal.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/magicConst.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/scalar/unicodeEscape.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/semiReserved.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/blocklessStatement.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/abstract.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/anonymous.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/conditional.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/constModifierErrors.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/constModifiers.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/final.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/implicitPublic.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/interface.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/modifier.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/name.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/php4Style.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/simple.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/staticMethod.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/class/trait.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/const.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/controlFlow.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/declare.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/echo.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/builtinTypeDeclarations.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/byRef.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/conditional.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/defaultValues.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/nullableTypes.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/returnTypes.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/specialVars.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/typeDeclarations.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/variadic.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/function/variadicDefaultValue.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/generator/basic.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/generator/yieldPrecedence.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/generator/yieldUnaryPrecedence.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/haltCompiler.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/haltCompilerInvalidSyntax.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/haltCompilerOffset.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/haltCompilerOutermostScope.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/hashbang.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/if.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/inlineHTML.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/loop/do.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/loop/for.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/loop/foreach.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/loop/while.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/multiCatch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/alias.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/braced.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/commentAfterNamespace.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/groupUse.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/groupUseErrors.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/groupUsePositions.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/groupUseTrailingComma.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/invalidName.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/mix.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/name.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/nested.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/notBraced.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/nsAfterHashbang.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/outsideStmt.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/namespace/outsideStmtInvalid.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/switch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/tryCatch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/tryWithoutCatch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/parser/stmt/unset.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/comments.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/commentsInCommaList.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/anonymousClass.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/arrayDestructuring.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/call.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/closure.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/constant_deref.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/docStrings.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/include.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/intrinsics.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/list.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/literals.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/numbers.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/operators.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/parentheses.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/shortArraySyntax.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/stringEscaping.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/uvs.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/variables.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/expr/yield.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/inlineHTMLandPHPtest.file-test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/nestedInlineHTML.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/onlyInlineHTML.file-test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/onlyPHP.file-test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/alias.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/break_continue.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/class.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/class_const.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/const.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/declare.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/do_while.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/for.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/foreach.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/function_signatures.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/global_static_variables.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/goto.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/groupUse.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/haltCompiler.file-test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/if.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/multiCatch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/namespaces.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/nullable_types.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/switch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/throw.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/traitUse.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/tryCatch.test
delete mode 100644 app/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/while.test
delete mode 100644 app/vendor/nikic/php-parser/test/updateTests.php
delete mode 100755 app/vendor/nikic/php-parser/test_old/run-php-src.sh
delete mode 100644 app/vendor/nikic/php-parser/test_old/run.php
rename app/vendor/{jakub-onderka/php-console-highlighter => paragonie/random_compat}/LICENSE (94%)
create mode 100755 app/vendor/paragonie/random_compat/build-phar.sh
create mode 100644 app/vendor/paragonie/random_compat/composer.json
create mode 100644 app/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
create mode 100644 app/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
create mode 100644 app/vendor/paragonie/random_compat/lib/random.php
create mode 100644 app/vendor/paragonie/random_compat/other/build_phar.php
create mode 100644 app/vendor/paragonie/random_compat/psalm-autoload.php
create mode 100644 app/vendor/paragonie/random_compat/psalm.xml
delete mode 100644 app/vendor/psr/log/.gitignore
create mode 100644 app/vendor/psr/log/Psr/Log/Test/DummyTest.php
delete mode 100644 app/vendor/psy/psysh/.github/CONTRIBUTING.md
delete mode 100644 app/vendor/psy/psysh/.gitignore
delete mode 100644 app/vendor/psy/psysh/.php_cs
delete mode 100644 app/vendor/psy/psysh/.styleci.yml
delete mode 100644 app/vendor/psy/psysh/.travis.yml
delete mode 100644 app/vendor/psy/psysh/Makefile
delete mode 100755 app/vendor/psy/psysh/bin/build-stub
delete mode 100644 app/vendor/psy/psysh/box.json.dist
delete mode 100644 app/vendor/psy/psysh/phpunit.xml.dist
create mode 100644 app/vendor/psy/psysh/src/CodeCleaner/EmptyArrayDimFetchPass.php
create mode 100644 app/vendor/psy/psysh/src/CodeCleaner/IssetPass.php
create mode 100644 app/vendor/psy/psysh/src/CodeCleaner/LabelContextPass.php
delete mode 100644 app/vendor/psy/psysh/src/CodeCleaner/LegacyEmptyPass.php
create mode 100644 app/vendor/psy/psysh/src/CodeCleaner/ReturnTypePass.php
delete mode 100644 app/vendor/psy/psysh/src/Command/ListCommand/InterfaceEnumerator.php
delete mode 100644 app/vendor/psy/psysh/src/Command/ListCommand/TraitEnumerator.php
create mode 100644 app/vendor/psy/psysh/src/EnvInterface.php
create mode 100644 app/vendor/psy/psysh/src/Exception/UnexpectedTargetException.php
delete mode 100644 app/vendor/psy/psysh/src/ExecutionLoop.php
create mode 100644 app/vendor/psy/psysh/src/Formatter/ReflectorFormatter.php
create mode 100644 app/vendor/psy/psysh/src/Formatter/TraceFormatter.php
create mode 100644 app/vendor/psy/psysh/src/Reflection/ReflectionNamespace.php
create mode 100644 app/vendor/psy/psysh/src/SuperglobalsEnv.php
delete mode 100644 app/vendor/psy/psysh/test/ClassWithSecrets.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/AbstractClassPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/AssignThisVariablePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/CallTimePassByReferencePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/CalledClassPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/CodeCleanerTestCase.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ExitPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/FinalClassPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/Fixtures/ClassWithCallStatic.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/Fixtures/ClassWithStatic.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/Fixtures/TraitWithStatic.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/FunctionContextPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/FunctionReturnInWriteContextPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ImplicitReturnPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/InstanceOfPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/LeavePsyshAlonePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/LegacyEmptyPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ListPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/LoopContextPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/MagicConstantsPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/NamespacePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/NoReturnValueTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/PassableByReferencePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/RequirePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/StrictTypesPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/UseStatementPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ValidClassNamePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ValidConstantPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ValidConstructorPassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleaner/ValidFunctionNamePassTest.php
delete mode 100644 app/vendor/psy/psysh/test/CodeCleanerTest.php
delete mode 100644 app/vendor/psy/psysh/test/Command/ExitCommandTest.php
delete mode 100644 app/vendor/psy/psysh/test/Command/ThrowUpCommandTest.php
delete mode 100644 app/vendor/psy/psysh/test/Command/TimeitCommand/TimeitVisitorTest.php
delete mode 100644 app/vendor/psy/psysh/test/ConfigurationTest.php
delete mode 100644 app/vendor/psy/psysh/test/ConsoleColorFactoryTest.php
delete mode 100644 app/vendor/psy/psysh/test/ContextTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/BreakExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/ErrorExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/FatalErrorExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/ParseErrorExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/RuntimeExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/ThrowUpExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/Exception/TypeErrorExceptionTest.php
delete mode 100644 app/vendor/psy/psysh/test/FakeShell.php
delete mode 100644 app/vendor/psy/psysh/test/Formatter/CodeFormatterTest.php
delete mode 100644 app/vendor/psy/psysh/test/Formatter/DocblockFormatterTest.php
delete mode 100644 app/vendor/psy/psysh/test/Formatter/Fixtures/BoringTrait.php
delete mode 100644 app/vendor/psy/psysh/test/Formatter/Fixtures/SomeClass.php
delete mode 100644 app/vendor/psy/psysh/test/Formatter/SignatureFormatterTest.php
delete mode 100644 app/vendor/psy/psysh/test/Input/CodeArgumentTest.php
delete mode 100644 app/vendor/psy/psysh/test/Input/FilterOptionsTest.php
delete mode 100644 app/vendor/psy/psysh/test/Input/ShellInputTest.php
delete mode 100644 app/vendor/psy/psysh/test/ParserTestCase.php
delete mode 100644 app/vendor/psy/psysh/test/Readline/GNUReadlineTest.php
delete mode 100644 app/vendor/psy/psysh/test/Readline/HoaConsoleTest.php
delete mode 100644 app/vendor/psy/psysh/test/Readline/LibeditTest.php
delete mode 100644 app/vendor/psy/psysh/test/Readline/TransientTest.php
delete mode 100644 app/vendor/psy/psysh/test/Reflection/ReflectionClassConstantTest.php
delete mode 100644 app/vendor/psy/psysh/test/Reflection/ReflectionConstantBCTest.php
delete mode 100644 app/vendor/psy/psysh/test/Reflection/ReflectionConstantTest.php
delete mode 100644 app/vendor/psy/psysh/test/Reflection/ReflectionLanguageConstructParameterTest.php
delete mode 100644 app/vendor/psy/psysh/test/Reflection/ReflectionLanguageConstructTest.php
delete mode 100644 app/vendor/psy/psysh/test/ShellTest.php
delete mode 100644 app/vendor/psy/psysh/test/Sudo/SudoVisitorTest.php
delete mode 100644 app/vendor/psy/psysh/test/SudoTest.php
delete mode 100644 app/vendor/psy/psysh/test/TabCompletion/AutoCompleterTest.php
delete mode 100644 app/vendor/psy/psysh/test/TabCompletion/StaticSample.php
delete mode 100644 app/vendor/psy/psysh/test/Util/DocblockTest.php
delete mode 100644 app/vendor/psy/psysh/test/Util/MirrorTest.php
delete mode 100644 app/vendor/psy/psysh/test/Util/StrTest.php
delete mode 100644 app/vendor/psy/psysh/test/VersionUpdater/GitHubCheckerTest.php
delete mode 100644 app/vendor/psy/psysh/test/VersionUpdater/NoopCheckerTest.php
delete mode 100644 app/vendor/psy/psysh/test/fixtures/config.php
delete mode 100644 app/vendor/psy/psysh/test/fixtures/empty.php
delete mode 100644 app/vendor/psy/psysh/test/fixtures/mixed/.psysh/psysh_history
delete mode 100644 app/vendor/psy/psysh/test/fixtures/mixed/.psysh/rc.php
delete mode 100644 app/vendor/psy/psysh/test/fixtures/project/.psysh.php
delete mode 100644 app/vendor/psy/psysh/test/fixtures/unvis_fixtures.json
delete mode 100755 app/vendor/psy/psysh/test/tools/gen_unvis_fixtures.py
delete mode 100755 app/vendor/psy/psysh/test/tools/vis.py
delete mode 100644 app/vendor/psy/psysh/vendor-bin/box/composer.json
delete mode 100644 app/vendor/psy/psysh/vendor-bin/box/composer.lock
create mode 100644 app/vendor/react/promise/CHANGELOG.md
create mode 100644 app/vendor/react/promise/LICENSE
create mode 100644 app/vendor/react/promise/README.md
create mode 100644 app/vendor/react/promise/composer.json
create mode 100644 app/vendor/react/promise/src/CancellablePromiseInterface.php
create mode 100644 app/vendor/react/promise/src/CancellationQueue.php
create mode 100644 app/vendor/react/promise/src/Deferred.php
create mode 100644 app/vendor/react/promise/src/Exception/LengthException.php
create mode 100644 app/vendor/react/promise/src/ExtendedPromiseInterface.php
create mode 100644 app/vendor/react/promise/src/FulfilledPromise.php
create mode 100644 app/vendor/react/promise/src/LazyPromise.php
create mode 100644 app/vendor/react/promise/src/Promise.php
create mode 100644 app/vendor/react/promise/src/PromiseInterface.php
create mode 100644 app/vendor/react/promise/src/PromisorInterface.php
create mode 100644 app/vendor/react/promise/src/RejectedPromise.php
create mode 100644 app/vendor/react/promise/src/UnhandledRejectionException.php
create mode 100644 app/vendor/react/promise/src/functions.php
create mode 100644 app/vendor/react/promise/src/functions_include.php
delete mode 100644 app/vendor/seld/jsonlint/.travis.yml
delete mode 100644 app/vendor/seld/jsonlint/phpunit.xml.dist
delete mode 100644 app/vendor/seld/jsonlint/tests/JsonParserTest.php
delete mode 100644 app/vendor/seld/jsonlint/tests/bom.json
delete mode 100644 app/vendor/seld/jsonlint/tests/bootstrap.php
create mode 100644 app/vendor/seld/phar-utils/src/Linter.php
delete mode 100644 app/vendor/squizlabs/php_codesniffer/.gitattributes
delete mode 100644 app/vendor/squizlabs/php_codesniffer/.gitignore
delete mode 100644 app/vendor/squizlabs/php_codesniffer/phpcs.xml.dist
delete mode 100644 app/vendor/squizlabs/php_codesniffer/scripts/build-phar.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Filters/GitStaged.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/ControlStructures/DisallowYodaConditionsStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/ExecutableFileStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/OneObjectStructurePerFileStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Files/OneTraitPerFileStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterNotStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/AbstractClassNamePrefixStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/InterfaceNameSuffixStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/NamingConventions/TraitNameSuffixStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP/DisallowRequestSuperglobalStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/WhiteSpace/SpreadOperatorSpacingAfterStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/CodeAnalysis/EmptyPHPStatementSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/ControlStructures/DisallowYodaConditionsSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Files/ExecutableFileSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/Formatting/SpaceBeforeCastSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/AbstractClassNamePrefixSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/InterfaceNameSuffixSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/NamingConventions/TraitNameSuffixSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/DisallowRequestSuperglobalSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/PHP/RequireStrictTypesSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/VersionControl/GitMergeConflictSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/IncrementDecrementSpacingSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/WhiteSpace/SpreadOperatorSpacingAfterSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/CodeAnalysis/EmptyPHPStatementUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Commenting/DocCommentUnitTest.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/DisallowYodaConditionsUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/DisallowYodaConditionsUnitTest.php
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/{InlineControlStructureUnitTest.inc => InlineControlStructureUnitTest.1.inc} (95%)
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/{InlineControlStructureUnitTest.inc.fixed => InlineControlStructureUnitTest.1.inc.fixed} (89%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.3.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.4.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.5.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/CSSLintUnitTest.css
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/CSSLintUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ClosureLinterUnitTest.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ClosureLinterUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ESLintUnitTest.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/ESLintUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/JSHintUnitTest.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Debug/JSHintUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.4.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.6.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.7.inc
rename app/vendor/{psy/psysh/test/fixtures/default/.config/psysh/config.php => squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.1.inc} (100%)
rename app/vendor/{psy/psysh/test/fixtures/legacy/.psysh/rc.php => squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.2.inc} (100%)
mode change 100644 => 100755
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/InlineHTMLUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Files/LineEndingsUnitTest.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceBeforeCastUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceBeforeCastUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Formatting/SpaceBeforeCastUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/AbstractClassNamePrefixUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/AbstractClassNamePrefixUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/InterfaceNameSuffixUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/InterfaceNameSuffixUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/TraitNameSuffixUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/NamingConventions/TraitNameSuffixUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.3.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DeprecatedFunctionsUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DeprecatedFunctionsUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowRequestSuperglobalUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.1.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/RequireStrictTypesUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.css
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.1.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.css
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.3.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.4.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.5.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/GitMergeConflictUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/SubversionPropertiesUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/VersionControl/SubversionPropertiesUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/IncrementDecrementSpacingUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.4.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/WhiteSpace/SpreadOperatorSpacingAfterUnitTest.php
rename app/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/{ClassDeclarationUnitTest.inc => ClassDeclarationUnitTest.1.inc} (64%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.1.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.2.inc
rename app/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/{FileCommentUnitTest.inc => FileCommentUnitTest.1.inc} (96%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Docs/Methods/CamelCapsMethodNameStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.13.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.14.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.15.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.16.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Docs/Functions/NullableTypeDeclarationStandard.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/AnonClassDeclarationSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Classes/ClosingBraceSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/ControlStructures/BooleanOperatorPlacementSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/ControlStructures/ControlStructureSpacingSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/DeclareStatementSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/FileHeaderSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/ImportStatementSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Files/OpenTagSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Functions/NullableTypeDeclarationSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Functions/ReturnTypeDeclarationSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Properties/ConstantVisibilitySniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Sniffs/Traits/UseDeclarationSniff.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/AnonClassDeclarationUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/AnonClassDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/AnonClassDeclarationUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClosingBraceUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Classes/ClosingBraceUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/BooleanOperatorPlacementUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/BooleanOperatorPlacementUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/BooleanOperatorPlacementUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/ControlStructures/ControlStructureSpacingUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/DeclareStatementUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.1.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.10.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.10.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.11.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.11.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.12.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.12.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.13.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.14.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.15.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.16.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.17.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.2.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.3.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.4.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.4.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.5.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.7.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.8.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.9.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/ImportStatementUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.1.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.2.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.3.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.4.inc
rename app/vendor/{psy/psysh/test/fixtures/mixed/.psysh/config.php => squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.5.inc} (100%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/OpenTagUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/NullableTypeDeclarationUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/NullableTypeDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/NullableTypeDeclarationUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/ReturnTypeDeclarationUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/ReturnTypeDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Functions/ReturnTypeDeclarationUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Properties/ConstantVisibilityUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Properties/ConstantVisibilityUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Traits/UseDeclarationUnitTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Traits/UseDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Traits/UseDeclarationUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.6.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/ClosingTagUnitTest.7.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.10.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.6.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.7.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.9.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css.fixed
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/{IndentationUnitTest.css => IndentationUnitTest.1.css} (100%)
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/{IndentationUnitTest.css.fixed => IndentationUnitTest.1.css.fixed} (100%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/IndentationUnitTest.2.css
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/OpacityUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.css.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc.fixed
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/{FileCommentUnitTest.js => FileCommentUnitTest.1.js.fixed} (78%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.2.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.4.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.5.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js.fixed
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/{PostStatementCommentUnitTest.js => PostStatementCommentUnitTest.1.js} (65%)
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/{PostStatementCommentUnitTest.js.fixed => PostStatementCommentUnitTest.1.js.fixed} (65%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.2.js
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js.fixed
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/{FunctionSpacingUnitTest.inc.fixed => FunctionSpacingUnitTest.1.inc} (62%)
rename app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/{FunctionSpacingUnitTest.inc => FunctionSpacingUnitTest.1.inc.fixed} (61%)
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.2.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.2.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.3.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.3.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.4.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.5.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.5.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.6.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.6.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.6.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.7.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/src/Standards/Zend/Tests/Files/ClosingTagUnitTest.7.inc.fixed
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/AbstractMethodUnitTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/DetermineLoadedClassTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/A.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/B.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/C.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/Sub/C.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/File/FindStartOfStatementTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/File/FindStartOfStatementTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Filters/Filter/AcceptTest.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteLinuxTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteLinuxTest.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteWindowsTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionAbsoluteWindowsTest.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest-include.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Ruleset/RuleInclusionTest.xml
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Sniffs/AbstractArraySniffTestable.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/AnonClassParenthesisOwnerTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/AnonClassParenthesisOwnerTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/AttributesTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/AttributesTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BackfillFnTokenTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BackfillFnTokenTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BackfillMatchTokenTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BackfillMatchTokenTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BackfillNumericSeparatorTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BitwiseOrTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/BitwiseOrTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/DefaultKeywordTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/DefaultKeywordTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/DoubleArrowTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/DoubleArrowTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/GotoLabelTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/GotoLabelTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/NamedFunctionCallArgumentsTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/NamedFunctionCallArgumentsTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/NullsafeObjectOperatorTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/NullsafeObjectOperatorTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/ScopeSettingWithNamespaceOperatorTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/ScopeSettingWithNamespaceOperatorTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/ShortArrayTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/ShortArrayTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/StableCommentWhitespaceTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/StableCommentWhitespaceTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/StableCommentWhitespaceWinTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/StableCommentWhitespaceWinTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/UndoNamespacedNameSingleTokenTest.inc
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizer/UndoNamespacedNameSingleTokenTest.php
create mode 100644 app/vendor/squizlabs/php_codesniffer/tests/FileList.php
create mode 100644 app/vendor/symfony/config/Tests/Fixtures/BadFileName.php
create mode 100644 app/vendor/symfony/config/Tests/Fixtures/ParseError.php
rename app/vendor/{psy/psysh/test/fixtures/legacy/.psysh/history => symfony/config/Tests/Fixtures/Util/not_readable.xml} (100%)
create mode 100644 app/vendor/symfony/console/Tests/Descriptor/ApplicationDescriptionTest.php
rename app/vendor/symfony/console/Tests/Fixtures/{TestTiti.php => FooHiddenCommand.php} (67%)
create mode 100644 app/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering.php
rename app/vendor/symfony/console/Tests/Fixtures/{TestToto.php => TestAmbiguousCommandRegistering2.php} (62%)
rename app/vendor/{psy/psysh/test/fixtures/legacy/.psysh/php_manual.sqlite => symfony/console/Tests/Fixtures/stream_output_file.txt} (100%)
create mode 100644 app/vendor/symfony/console/Tests/Question/ChoiceQuestionTest.php
create mode 100644 app/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php
delete mode 100644 app/vendor/symfony/debug/.gitignore
delete mode 100644 app/vendor/symfony/debug/Exception/ContextErrorException.php
delete mode 100644 app/vendor/symfony/debug/Resources/ext/README.md
delete mode 100644 app/vendor/symfony/debug/Resources/ext/config.m4
delete mode 100644 app/vendor/symfony/debug/Resources/ext/config.w32
delete mode 100644 app/vendor/symfony/debug/Resources/ext/php_symfony_debug.h
delete mode 100644 app/vendor/symfony/debug/Resources/ext/symfony_debug.c
delete mode 100644 app/vendor/symfony/debug/Resources/ext/tests/001.phpt
delete mode 100644 app/vendor/symfony/debug/Resources/ext/tests/002.phpt
delete mode 100644 app/vendor/symfony/debug/Resources/ext/tests/002_1.phpt
delete mode 100644 app/vendor/symfony/debug/Resources/ext/tests/003.phpt
delete mode 100644 app/vendor/symfony/debug/Tests/DebugClassLoaderTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/ErrorHandlerTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/ExceptionHandlerTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/ClassAlias.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/FinalClass.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/InternalClass.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/InternalInterface.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/InternalTrait2.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/PEARClass.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/Throwing.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/ToStringThrower.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/TraitWithInternalMethod.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/casemismatch.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/notPsr0Bis.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
delete mode 100644 app/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php
delete mode 100644 app/vendor/symfony/debug/Tests/HeaderMock.php
delete mode 100644 app/vendor/symfony/debug/Tests/phpt/debug_class_loader.phpt
delete mode 100644 app/vendor/symfony/debug/Tests/phpt/decorate_exception_hander.phpt
delete mode 100644 app/vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt
delete mode 100644 app/vendor/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt
delete mode 100644 app/vendor/symfony/debug/phpunit.xml.dist
delete mode 100644 app/vendor/symfony/filesystem/.gitignore
rename app/vendor/symfony/{debug/Tests/MockExceptionHandler.php => filesystem/Exception/InvalidArgumentException.php} (51%)
delete mode 100644 app/vendor/symfony/filesystem/LockHandler.php
delete mode 100644 app/vendor/symfony/filesystem/Tests/ExceptionTest.php
delete mode 100644 app/vendor/symfony/filesystem/Tests/FilesystemTest.php
delete mode 100644 app/vendor/symfony/filesystem/Tests/FilesystemTestCase.php
delete mode 100644 app/vendor/symfony/filesystem/Tests/Fixtures/MockStream/MockStream.php
delete mode 100644 app/vendor/symfony/filesystem/Tests/LockHandlerTest.php
delete mode 100644 app/vendor/symfony/filesystem/phpunit.xml.dist
delete mode 100644 app/vendor/symfony/finder/.gitignore
rename app/vendor/symfony/{process/Tests/SignalListener.php => finder/Exception/DirectoryNotFoundException.php} (57%)
delete mode 100644 app/vendor/symfony/finder/Exception/ExceptionInterface.php
create mode 100644 app/vendor/symfony/finder/Gitignore.php
delete mode 100644 app/vendor/symfony/finder/Iterator/FilterIterator.php
create mode 100644 app/vendor/symfony/finder/Iterator/LazyIterator.php
delete mode 100644 app/vendor/symfony/finder/Tests/Comparator/ComparatorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Comparator/DateComparatorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Comparator/NumberComparatorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/FinderTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/.dot/a
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/.dot/b/c.neon
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/.dot/b/d.neon
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/A/a.dat
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/dolor.txt
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/ipsum.txt
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/lorem.txt
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/one/.dot
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/one/a
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat
delete mode 100644 app/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt
delete mode 100644 app/vendor/symfony/finder/Tests/GlobTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/CustomFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/DepthRangeFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/FilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/Iterator.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php
delete mode 100644 app/vendor/symfony/finder/phpunit.xml.dist
create mode 100644 app/vendor/symfony/polyfill-ctype/bootstrap80.php
create mode 100644 app/vendor/symfony/polyfill-mbstring/bootstrap80.php
create mode 100644 app/vendor/symfony/polyfill-php72/LICENSE
create mode 100644 app/vendor/symfony/polyfill-php72/Php72.php
create mode 100644 app/vendor/symfony/polyfill-php72/README.md
create mode 100644 app/vendor/symfony/polyfill-php72/bootstrap.php
create mode 100644 app/vendor/symfony/polyfill-php72/composer.json
rename app/vendor/{dnoegel/php-xdg-base-dir => symfony/polyfill-php80}/LICENSE (84%)
create mode 100644 app/vendor/symfony/polyfill-php80/Php80.php
create mode 100644 app/vendor/symfony/polyfill-php80/README.md
create mode 100644 app/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
create mode 100644 app/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
create mode 100644 app/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
create mode 100644 app/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
create mode 100644 app/vendor/symfony/polyfill-php80/bootstrap.php
create mode 100644 app/vendor/symfony/polyfill-php80/composer.json
delete mode 100644 app/vendor/symfony/process/.gitignore
create mode 100644 app/vendor/symfony/process/Exception/ProcessSignaledException.php
delete mode 100644 app/vendor/symfony/process/ProcessBuilder.php
delete mode 100644 app/vendor/symfony/process/Tests/ExecutableFinderTest.php
delete mode 100644 app/vendor/symfony/process/Tests/NonStopableProcess.php
delete mode 100644 app/vendor/symfony/process/Tests/PhpExecutableFinderTest.php
delete mode 100644 app/vendor/symfony/process/Tests/PhpProcessTest.php
delete mode 100644 app/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php
delete mode 100644 app/vendor/symfony/process/Tests/ProcessBuilderTest.php
delete mode 100644 app/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php
delete mode 100644 app/vendor/symfony/process/Tests/ProcessTest.php
delete mode 100644 app/vendor/symfony/process/Tests/ProcessUtilsTest.php
delete mode 100644 app/vendor/symfony/process/phpunit.xml.dist
delete mode 100644 app/vendor/symfony/var-dumper/.gitignore
create mode 100644 app/vendor/symfony/var-dumper/Caster/DsCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/DsPairStub.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/GmpCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/ImagineCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/ImgStub.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/IntlCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/MemcachedCaster.php
delete mode 100644 app/vendor/symfony/var-dumper/Caster/MongoCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/ProxyManagerCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Caster/UuidCaster.php
create mode 100644 app/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php
create mode 100644 app/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php
create mode 100644 app/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php
create mode 100644 app/vendor/symfony/var-dumper/Command/ServerDumpCommand.php
create mode 100644 app/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php
create mode 100644 app/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php
create mode 100644 app/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php
create mode 100644 app/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php
create mode 100644 app/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php
create mode 100644 app/vendor/symfony/var-dumper/Dumper/ServerDumper.php
create mode 100755 app/vendor/symfony/var-dumper/Resources/bin/var-dump-server
create mode 100644 app/vendor/symfony/var-dumper/Resources/css/htmlDescriptor.css
create mode 100644 app/vendor/symfony/var-dumper/Resources/js/htmlDescriptor.js
create mode 100644 app/vendor/symfony/var-dumper/Server/Connection.php
create mode 100644 app/vendor/symfony/var-dumper/Server/DumpServer.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/CasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/DateCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/ExceptionCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/PdoCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/RedisCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/ReflectionCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/SplCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/StubCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Caster/XmlReaderCasterTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Cloner/DataTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Cloner/VarClonerTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Dumper/CliDumperTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Dumper/FunctionsTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Dumper/HtmlDumperTest.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Fixtures/FooInterface.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Fixtures/GeneratorDemo.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Fixtures/NotLoadableClass.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Fixtures/Twig.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Fixtures/dumb-var.php
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Fixtures/xml_reader.xml
delete mode 100644 app/vendor/symfony/var-dumper/Tests/Test/VarDumperTestTraitTest.php
delete mode 100644 app/vendor/symfony/var-dumper/phpunit.xml.dist
create mode 100644 app/vendor/symfony/yaml/Tests/Fixtures/multiple_lines_as_literal_block_for_tagged_values.yml
create mode 100644 app/vendor/twig/twig/.gitattributes
create mode 100644 app/vendor/twig/twig/.github/workflows/ci.yml
create mode 100644 app/vendor/twig/twig/.github/workflows/documentation.yml
create mode 100644 app/vendor/twig/twig/.php-cs-fixer.dist.php
delete mode 100644 app/vendor/twig/twig/.php_cs.dist
delete mode 100644 app/vendor/twig/twig/.travis.yml
create mode 100644 app/vendor/twig/twig/doc/.doctor-rst.yaml
create mode 100644 app/vendor/twig/twig/doc/_build/.requirements.txt
create mode 100644 app/vendor/twig/twig/doc/_build/Makefile
create mode 100644 app/vendor/twig/twig/doc/_build/conf.py
delete mode 100644 app/vendor/twig/twig/doc/advanced_legacy.rst
create mode 100644 app/vendor/twig/twig/doc/filters/filter.rst
create mode 100644 app/vendor/twig/twig/doc/filters/map.rst
create mode 100644 app/vendor/twig/twig/doc/filters/reduce.rst
create mode 100644 app/vendor/twig/twig/doc/filters/spaceless.rst
create mode 100644 app/vendor/twig/twig/doc/tags/apply.rst
create mode 100644 app/vendor/twig/twig/doc/tags/deprecated.rst
delete mode 100644 app/vendor/twig/twig/ext/twig/.gitignore
delete mode 100644 app/vendor/twig/twig/ext/twig/config.m4
delete mode 100644 app/vendor/twig/twig/ext/twig/config.w32
delete mode 100644 app/vendor/twig/twig/ext/twig/php_twig.h
delete mode 100644 app/vendor/twig/twig/ext/twig/twig.c
create mode 100644 app/vendor/twig/twig/lib/Twig/Node/Deprecated.php
create mode 100644 app/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php
delete mode 100644 app/vendor/twig/twig/phpunit.xml.dist
create mode 100644 app/vendor/twig/twig/src/Node/CheckSecurityCallNode.php
create mode 100644 app/vendor/twig/twig/src/Node/CheckToStringNode.php
create mode 100644 app/vendor/twig/twig/src/Node/DeprecatedNode.php
create mode 100644 app/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php
create mode 100644 app/vendor/twig/twig/src/Node/Expression/InlinePrint.php
create mode 100644 app/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php
create mode 100644 app/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/AutoloaderTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Cache/FilesystemTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/CompilerTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/ContainerRuntimeLoaderTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/CustomExtensionTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/ErrorTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/ExpressionParserTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Extension/CoreTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/FactoryRuntimeLoaderTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/FileExtensionEscapingStrategyTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/FilesystemHelper.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/block.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/autoescape/name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/errors/base.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/errors/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/child_contents_outside_blocks.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_array_with_undefined_variable.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_array_with_undefined_variable_again.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_function_with_undefined_variable.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_function_with_unknown_argument.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/multiline_tag_with_undefined_variable.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/strict_comparison_operator.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/syntax_error_in_reused_template.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_parent.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_template_in_child_template.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/undefined_trait.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/_self.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array_call.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/binary.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/bitwise.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/comparison.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/divisibleby.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/dotdot.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ends_with.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/grouping.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/literals.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/magic_call.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/matches.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/method_call.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/negative_numbers.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/operators_as_variables.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/postfix.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/power.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/sameas.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/starts_with.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/strings.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator_noelse.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ternary_operator_nothen.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/two_word_operators_as_variables.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary_macro_arguments.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/unary_precedence.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/abs.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_float.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_with_empty_fill.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_with_exact_elements.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_with_fill.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_with_keys.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/batch_with_zero_elements.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/convert_encoding.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_default_format_interval.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_immutable.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_interval.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_modify.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/date_namedargs.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/default.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/dynamic_filter.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape_html_attr.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape_javascript.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/escape_non_supported_charset.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/first.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/force_escape.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/format.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/join.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/json_encode.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/last.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/length.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/length_utf8.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/merge.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/nl2br.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/number_format_default.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/replace.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/replace_invalid_arg.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/reverse.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/round.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/slice.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/sort.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/special_chars.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/split.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/split_utf8.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/static_calls.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/trim.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/urlencode.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/urlencode_deprecated.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/attribute.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/block.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/block_with_template.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/block_without_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/constant.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/cycle.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/date.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/date_namedargs.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dump_array.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/dynamic_function.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/assignment.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/autoescaping.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/expression.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/ignore_missing.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/missing.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/missing_nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox_disabling.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/sandbox_disabling_ignore_missing.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/template_instance.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/templates_as_array.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/with_context.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/with_variables.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/magic_call.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/magic_call53.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/max.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/min.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/range.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/recursive_block_with_inheritance.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/source.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/special_chars.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/static_calls.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/template_from_string.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/default_values.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/nested_calls.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/reserved_variables.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/simple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/varargs.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/varargs_argument.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/with_filters.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/block_names_unicity.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/combined_debug_info.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/empty_token.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/issue_1143.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/multi_word_tests.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/simple_xml_element.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/strings_like_numbers.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/blocks.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/double_escaping.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/functions.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/literal.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/objects.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/raw.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/strategy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/type.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_filters_arguments.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_pre_escape_filters.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/with_preserves_safety_filters.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/block_unique_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/special_chars.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/complex_dynamic_parent.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/dynamic_parent.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/error_line.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/multiple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/embed/with_extends.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/json_encode.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/multiple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_for_tag.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_if_tag.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/condition.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/context.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/else.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/inner_variables.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/keys_and_values.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_context_local.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_not_defined.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/loop_not_defined_cond.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/nested_else.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects_countable.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/recursive.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/values.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/from.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/expression.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/expression.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ignore_missing.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/missing.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/missing_nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/only.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/template_instance.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/templates_as_array.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/with_variables.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/block_expr.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/block_expr2.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/conditional.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/dynamic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/empty.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array_with_empty_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array_with_null_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/multiple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/multiple_dynamic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_blocks_parent_only.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/nested_inheritance.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_change.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_in_a_block.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_isolation.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends_but_traits.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/template_instance.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/use.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/endmacro_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/external.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/from_with_reserved_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/global.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/import_with_reserved_nam.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/reserved_name.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/self_import.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/special_chars.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/super_globals.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/basic.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/mixed_usage_with_raw.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/whitespace_control.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid1.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/simple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture-empty.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/expression.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/simple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/special_chars.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/trim_block.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/aliases.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep_empty.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/inheritance.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/inheritance2.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/multiple_aliases.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/parent_block.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/parent_block2.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/parent_block3.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/use_with_parent.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/mixed_usage_with_raw.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/whitespace_control.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/basic.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/expression.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/nested.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/with_no_hash.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/with_only.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/array.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/constant.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined_for_attribute.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined_for_blocks.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined_for_blocks_with_template.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/defined_for_constants.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/empty.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/even.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/in.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/in_with_objects.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/iterable.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/null_coalesce.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/odd.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/autoescape/filename.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/functions/undefined_block.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/test.legacy.test
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/LegacyIntegrationTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/LexerTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/ChainTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/FilesystemTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/array_inheritance_empty_parent.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/array_inheritance_nonexistent_parent.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/array_inheritance_null_parent.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/array_inheritance_valid_parent.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/parent.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/inheritance/spare_parent.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named_bis/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named_final/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named_quater/named_absolute.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/named_ter/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal_bis/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal_final/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/normal_ter/index.html
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/phar-sample.phar
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme1/blocks.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/themes/theme2/blocks.html.twig
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/NativeExtensionTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/AutoEscapeTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/BlockReferenceTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/BlockTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/DoTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/ArrayTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/AssignNameTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/CallTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConditionalTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/ConstantTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/FilterTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/FunctionTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/NameTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/NullCoalesceTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/FilterInclude.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/FunctionInclude.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/TestInclude.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/ParentTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/ForTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/IfTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/ImportTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/IncludeTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/MacroTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/ModuleTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/PrintTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/SandboxTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/SandboxedPrintTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/SetTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Node/TextTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/NodeVisitor/OptimizerTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/ParserTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/AbstractTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/BlackfireTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/HtmlTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/TextTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Profiler/ProfileTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/TemplateWrapperTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/Util/DeprecationCollectorTest.php
delete mode 100644 app/vendor/twig/twig/test/Twig/Tests/escapingTest.php
delete mode 100644 app/vendor/zendframework/zend-diactoros/.coveralls.yml
delete mode 100644 app/vendor/zendframework/zend-diactoros/CONDUCT.md
delete mode 100644 app/vendor/zendframework/zend-diactoros/CONTRIBUTING.md
delete mode 100644 app/vendor/zendframework/zend-diactoros/LICENSE.md
delete mode 100644 app/vendor/zendframework/zend-diactoros/README.md
delete mode 100644 app/vendor/zendframework/zend-diactoros/composer.json
delete mode 100644 app/vendor/zendframework/zend-diactoros/composer.lock
delete mode 100644 app/vendor/zendframework/zend-diactoros/mkdocs.yml
delete mode 100644 app/vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php
delete mode 100644 app/vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php
delete mode 100644 app/vendor/zendframework/zend-diactoros/src/functions/marshal_method_from_sapi.php
diff --git a/app/composer.json b/app/composer.json
index 2a74610e9..97b9d5208 100644
--- a/app/composer.json
+++ b/app/composer.json
@@ -7,7 +7,7 @@
"require": {
"php": ">=5.6",
"adodb/adodb-php": "^5.20",
- "cakephp/cakephp": "3.8.*",
+ "cakephp/cakephp": "3.10.*",
"cakephp/migrations": "^1.0",
"cakephp/plugin-installer": "^1.0",
"doctrine/dbal": "^2.9",
diff --git a/app/composer.lock b/app/composer.lock
index fd9031f48..a107ccd9f 100644
--- a/app/composer.lock
+++ b/app/composer.lock
@@ -1,27 +1,30 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "8eba2ba5dae15d770db8f39b29644d0a",
+ "content-hash": "18bc2276e368023a5a640a707d6102dc",
"packages": [
{
"name": "adodb/adodb-php",
- "version": "v5.20.13",
+ "version": "v5.21.2",
"source": {
"type": "git",
"url": "https://github.com/ADOdb/ADOdb.git",
- "reference": "1141326db4b5092cee95841a1c056f876b9b4c83"
+ "reference": "aa161c28dfffcab13a3cb9bd407917573987f0f6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/1141326db4b5092cee95841a1c056f876b9b4c83",
- "reference": "1141326db4b5092cee95841a1c056f876b9b4c83",
+ "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/aa161c28dfffcab13a3cb9bd407917573987f0f6",
+ "reference": "aa161c28dfffcab13a3cb9bd407917573987f0f6",
"shasum": ""
},
"require": {
- "php": ">=5.3.2"
+ "php": "^5.5.9 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^8.5"
},
"type": "library",
"autoload": {
@@ -50,7 +53,7 @@
}
],
"description": "ADOdb is a PHP database abstraction layer library",
- "homepage": "http://adodb.org/",
+ "homepage": "https://adodb.org/",
"keywords": [
"abstraction",
"database",
@@ -58,7 +61,11 @@
"library",
"php"
],
- "time": "2018-08-06T16:04:33+00:00"
+ "support": {
+ "issues": "https://github.com/ADOdb/ADOdb/issues",
+ "source": "https://github.com/ADOdb/ADOdb"
+ },
+ "time": "2021-08-22T10:49:44+00:00"
},
{
"name": "aura/intl",
@@ -104,20 +111,24 @@
"l10n",
"localization"
],
+ "support": {
+ "issues": "https://github.com/auraphp/Aura.Intl/issues",
+ "source": "https://github.com/auraphp/Aura.Intl/tree/3.x"
+ },
"time": "2017-01-20T05:00:11+00:00"
},
{
"name": "cakephp/cakephp",
- "version": "3.8.3",
+ "version": "3.10.0",
"source": {
"type": "git",
"url": "https://github.com/cakephp/cakephp.git",
- "reference": "705b43b70e87ec226a6b37099013de1003a17c17"
+ "reference": "084963bd27984e50174fadcbdee91048112231a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cakephp/cakephp/zipball/705b43b70e87ec226a6b37099013de1003a17c17",
- "reference": "705b43b70e87ec226a6b37099013de1003a17c17",
+ "url": "https://api.github.com/repos/cakephp/cakephp/zipball/084963bd27984e50174fadcbdee91048112231a0",
+ "reference": "084963bd27984e50174fadcbdee91048112231a0",
"shasum": ""
},
"require": {
@@ -125,10 +136,11 @@
"cakephp/chronos": "^1.0.1",
"ext-intl": "*",
"ext-mbstring": "*",
- "php": ">=5.6.0",
+ "laminas/laminas-diactoros": "^1.4.0",
+ "paragonie/random_compat": "^1.4|^2.0|9.99.99",
+ "php": ">=5.6.0,<8.0.0",
"psr/log": "^1.0.0",
- "psr/simple-cache": "^1.0.0",
- "zendframework/zend-diactoros": "^1.4.0"
+ "psr/simple-cache": "^1.0.0"
},
"conflict": {
"phpunit/phpunit": "<5.7"
@@ -151,12 +163,14 @@
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/chronos": "^1.2.1",
+ "paragonie/csp-builder": "^1.4|^2.3",
"phpunit/phpunit": "^5.7.14|^6.0"
},
"suggest": {
"ext-curl": "To enable more efficient network calls in Http\\Client.",
"ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
- "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()"
+ "lib-ICU": "The intl PHP library, to use Text::transliterate() or Text::slug()",
+ "paragonie/csp-builder": "CSP builder, to use the CSP Middleware"
},
"type": "library",
"autoload": {
@@ -193,30 +207,35 @@
"rapid-development",
"validation"
],
- "time": "2019-08-31T02:05:56+00:00"
+ "support": {
+ "forum": "https://stackoverflow.com/tags/cakephp",
+ "irc": "irc://irc.freenode.org/cakephp",
+ "issues": "https://github.com/cakephp/cakephp/issues",
+ "source": "https://github.com/cakephp/cakephp"
+ },
+ "time": "2021-06-20T01:14:53+00:00"
},
{
"name": "cakephp/chronos",
- "version": "1.2.8",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/cakephp/chronos.git",
- "reference": "0292f06e8cc23fc82f0574889da2d8bf27b613c1"
+ "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cakephp/chronos/zipball/0292f06e8cc23fc82f0574889da2d8bf27b613c1",
- "reference": "0292f06e8cc23fc82f0574889da2d8bf27b613c1",
+ "url": "https://api.github.com/repos/cakephp/chronos/zipball/ba2bab98849e7bf29b02dd634ada49ab36472959",
+ "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959",
"shasum": ""
},
"require": {
- "php": "^5.5.9|^7"
+ "php": ">=5.6"
},
"require-dev": {
"athletic/athletic": "~0.1",
"cakephp/cakephp-codesniffer": "^3.0",
"phpbench/phpbench": "@dev",
- "phpstan/phpstan": "^0.6.4",
"phpunit/phpunit": "<6.0 || ^7.0"
},
"type": "library",
@@ -250,7 +269,12 @@
"datetime",
"time"
],
- "time": "2019-06-17T15:19:18+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/cakephp",
+ "issues": "https://github.com/cakephp/chronos/issues",
+ "source": "https://github.com/cakephp/chronos"
+ },
+ "time": "2019-11-30T02:33:19+00:00"
},
{
"name": "cakephp/migrations",
@@ -303,34 +327,44 @@
"cakephp",
"migrations"
],
+ "support": {
+ "forum": "http://stackoverflow.com/tags/cakephp",
+ "irc": "irc://irc.freenode.org/cakephp",
+ "issues": "https://github.com/cakephp/migrations/issues",
+ "source": "https://github.com/cakephp/migrations"
+ },
"time": "2018-04-16T01:35:59+00:00"
},
{
"name": "cakephp/plugin-installer",
- "version": "1.1.0",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/cakephp/plugin-installer.git",
- "reference": "41373d0678490502f45adc7be88aa22d24ac1843"
+ "reference": "e27027aa2d3d8ab64452c6817629558685a064cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/41373d0678490502f45adc7be88aa22d24ac1843",
- "reference": "41373d0678490502f45adc7be88aa22d24ac1843",
+ "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/e27027aa2d3d8ab64452c6817629558685a064cb",
+ "reference": "e27027aa2d3d8ab64452c6817629558685a064cb",
"shasum": ""
},
+ "require": {
+ "composer-plugin-api": "^1.0 || ^2.0",
+ "php": ">=5.6.0"
+ },
"require-dev": {
- "cakephp/cakephp-codesniffer": "dev-master",
- "composer/composer": "1.0.*@dev",
- "phpunit/phpunit": "^4.8|^5.7|^6.0"
+ "cakephp/cakephp-codesniffer": "^3.3",
+ "composer/composer": "^2.0",
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^8.5 || ^9.3"
},
- "type": "composer-installer",
+ "type": "composer-plugin",
"extra": {
- "class": "Cake\\Composer\\Installer\\PluginInstaller"
+ "class": "Cake\\Composer\\Plugin"
},
"autoload": {
"psr-4": {
- "Cake\\Composer\\": "src"
+ "Cake\\Composer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -340,48 +374,51 @@
"authors": [
{
"name": "CakePHP Community",
- "homepage": "http://cakephp.org"
+ "homepage": "https://cakephp.org"
}
],
"description": "A composer installer for CakePHP 3.0+ plugins.",
- "time": "2017-12-24T21:09:29+00:00"
+ "support": {
+ "issues": "https://github.com/cakephp/plugin-installer/issues",
+ "source": "https://github.com/cakephp/plugin-installer/tree/1.3.1"
+ },
+ "time": "2020-10-29T04:00:42+00:00"
},
{
"name": "doctrine/cache",
- "version": "v1.8.0",
+ "version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
- "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
+ "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
- "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
+ "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
"shasum": ""
},
"require": {
- "php": "~7.1"
+ "php": "~7.1 || ^8.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
- "doctrine/coding-standard": "^4.0",
+ "cache/integration-tests": "dev-master",
+ "doctrine/coding-standard": "^8.0",
"mongodb/mongodb": "^1.1",
- "phpunit/phpunit": "^7.0",
- "predis/predis": "~1.0"
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+ "predis/predis": "~1.0",
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
+ "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
+ "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.8.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
@@ -392,6 +429,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@@ -400,10 +441,6 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
@@ -413,41 +450,70 @@
"email": "schmittjoh@gmail.com"
}
],
- "description": "Caching library offering an object-oriented API for many cache backends",
- "homepage": "https://www.doctrine-project.org",
+ "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
+ "homepage": "https://www.doctrine-project.org/projects/cache.html",
"keywords": [
+ "abstraction",
+ "apcu",
"cache",
- "caching"
+ "caching",
+ "couchdb",
+ "memcached",
+ "php",
+ "redis",
+ "xcache"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/cache/issues",
+ "source": "https://github.com/doctrine/cache/tree/2.1.1"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
+ "type": "tidelift"
+ }
],
- "time": "2018-08-21T18:01:43+00:00"
+ "time": "2021-07-17T14:49:29+00:00"
},
{
"name": "doctrine/dbal",
- "version": "v2.9.2",
+ "version": "2.13.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
+ "reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
- "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/0d7adf4cadfee6f70850e5b163e6cdd706417838",
+ "reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838",
"shasum": ""
},
"require": {
- "doctrine/cache": "^1.0",
+ "doctrine/cache": "^1.0|^2.0",
+ "doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
- "php": "^7.1"
+ "php": "^7.1 || ^8"
},
"require-dev": {
- "doctrine/coding-standard": "^5.0",
- "jetbrains/phpstorm-stubs": "^2018.1.2",
- "phpstan/phpstan": "^0.10.1",
- "phpunit/phpunit": "^7.4",
- "symfony/console": "^2.0.5|^3.0|^4.0",
- "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
+ "doctrine/coding-standard": "9.0.0",
+ "jetbrains/phpstorm-stubs": "2021.1",
+ "phpstan/phpstan": "0.12.96",
+ "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
+ "psalm/plugin-phpunit": "0.16.1",
+ "squizlabs/php_codesniffer": "3.6.0",
+ "symfony/cache": "^4.4",
+ "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
+ "vimeo/psalm": "4.10.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -456,12 +522,6 @@
"bin/doctrine-dbal"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.9.x-dev",
- "dev-develop": "3.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
@@ -472,6 +532,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@@ -480,10 +544,6 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
@@ -494,37 +554,109 @@
"keywords": [
"abstraction",
"database",
+ "db2",
"dbal",
+ "mariadb",
+ "mssql",
"mysql",
- "persistence",
+ "oci8",
+ "oracle",
+ "pdo",
"pgsql",
- "php",
- "queryobject"
+ "postgresql",
+ "queryobject",
+ "sasql",
+ "sql",
+ "sqlanywhere",
+ "sqlite",
+ "sqlserver",
+ "sqlsrv"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/dbal/issues",
+ "source": "https://github.com/doctrine/dbal/tree/2.13.3"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-09-12T19:11:48+00:00"
+ },
+ {
+ "name": "doctrine/deprecations",
+ "version": "v0.5.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/doctrine/deprecations.git",
+ "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
+ "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1|^8.0"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^6.0|^7.0|^8.0",
+ "phpunit/phpunit": "^7.0|^8.0|^9.0",
+ "psr/log": "^1.0"
+ },
+ "suggest": {
+ "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
],
- "time": "2018-12-31T03:27:51+00:00"
+ "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
+ "homepage": "https://www.doctrine-project.org/",
+ "support": {
+ "issues": "https://github.com/doctrine/deprecations/issues",
+ "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
+ },
+ "time": "2021-03-21T12:59:47+00:00"
},
{
"name": "doctrine/event-manager",
- "version": "v1.0.0",
+ "version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
- "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
- "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
+ "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
- "doctrine/coding-standard": "^4.0",
+ "doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
@@ -543,6 +675,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Guilherme Blanco",
+ "email": "guilhermeblanco@gmail.com"
+ },
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@@ -551,10 +687,6 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
@@ -568,14 +700,34 @@
"email": "ocramius@gmail.com"
}
],
- "description": "Doctrine Event Manager component",
+ "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
- "eventdispatcher",
- "eventmanager"
+ "event dispatcher",
+ "event manager",
+ "event system",
+ "events"
+ ],
+ "support": {
+ "issues": "https://github.com/doctrine/event-manager/issues",
+ "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
+ },
+ "funding": [
+ {
+ "url": "https://www.doctrine-project.org/sponsorship.html",
+ "type": "custom"
+ },
+ {
+ "url": "https://www.patreon.com/phpdoctrine",
+ "type": "patreon"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
+ "type": "tidelift"
+ }
],
- "time": "2018-06-11T11:59:03+00:00"
+ "time": "2020-05-29T18:28:51+00:00"
},
{
"name": "josegonzalez/dotenv",
@@ -627,20 +779,169 @@
"dotenv",
"php"
],
+ "support": {
+ "issues": "https://github.com/josegonzalez/php-dotenv/issues",
+ "source": "https://github.com/josegonzalez/php-dotenv/tree/2.1.0"
+ },
"time": "2017-01-03T01:04:05+00:00"
},
+ {
+ "name": "laminas/laminas-diactoros",
+ "version": "1.8.7p2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-diactoros.git",
+ "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa",
+ "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa",
+ "shasum": ""
+ },
+ "require": {
+ "laminas/laminas-zendframework-bridge": "^1.0",
+ "php": "^5.6 || ^7.0",
+ "psr/http-message": "^1.0"
+ },
+ "provide": {
+ "psr/http-message-implementation": "1.0"
+ },
+ "replace": {
+ "zendframework/zend-diactoros": "~1.8.7.0"
+ },
+ "require-dev": {
+ "ext-dom": "*",
+ "ext-libxml": "*",
+ "laminas/laminas-coding-standard": "~1.0",
+ "php-http/psr7-integration-tests": "dev-master",
+ "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-release-1.8": "1.8.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions/create_uploaded_file.php",
+ "src/functions/marshal_headers_from_sapi.php",
+ "src/functions/marshal_method_from_sapi.php",
+ "src/functions/marshal_protocol_version_from_sapi.php",
+ "src/functions/marshal_uri_from_sapi.php",
+ "src/functions/normalize_server.php",
+ "src/functions/normalize_uploaded_files.php",
+ "src/functions/parse_cookie_header.php",
+ "src/functions/create_uploaded_file.legacy.php",
+ "src/functions/marshal_headers_from_sapi.legacy.php",
+ "src/functions/marshal_method_from_sapi.legacy.php",
+ "src/functions/marshal_protocol_version_from_sapi.legacy.php",
+ "src/functions/marshal_uri_from_sapi.legacy.php",
+ "src/functions/normalize_server.legacy.php",
+ "src/functions/normalize_uploaded_files.legacy.php",
+ "src/functions/parse_cookie_header.legacy.php"
+ ],
+ "psr-4": {
+ "Laminas\\Diactoros\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "PSR HTTP Message implementations",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "http",
+ "laminas",
+ "psr",
+ "psr-7"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-diactoros/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-diactoros/issues",
+ "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
+ "source": "https://github.com/laminas/laminas-diactoros"
+ },
+ "time": "2020-03-23T15:28:28+00:00"
+ },
+ {
+ "name": "laminas/laminas-zendframework-bridge",
+ "version": "1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
+ "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
+ "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.3 || ~8.0.0 || ~8.1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.3",
+ "psalm/plugin-phpunit": "^0.15.1",
+ "squizlabs/php_codesniffer": "^3.5",
+ "vimeo/psalm": "^4.6"
+ },
+ "type": "library",
+ "extra": {
+ "laminas": {
+ "module": "Laminas\\ZendFrameworkBridge"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/autoload.php"
+ ],
+ "psr-4": {
+ "Laminas\\ZendFrameworkBridge\\": "src//"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Alias legacy ZF class names to Laminas Project equivalents.",
+ "keywords": [
+ "ZendFramework",
+ "autoloading",
+ "laminas",
+ "zf"
+ ],
+ "support": {
+ "forum": "https://discourse.laminas.dev/",
+ "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
+ "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
+ "source": "https://github.com/laminas/laminas-zendframework-bridge"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "time": "2021-09-03T17:53:30+00:00"
+ },
{
"name": "m1/env",
- "version": "2.1.2",
+ "version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/m1/Env.git",
- "reference": "294addeedf15e1149eeb96ec829f2029d2017d39"
+ "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/m1/Env/zipball/294addeedf15e1149eeb96ec829f2029d2017d39",
- "reference": "294addeedf15e1149eeb96ec829f2029d2017d39",
+ "url": "https://api.github.com/repos/m1/Env/zipball/5c296e3e13450a207e12b343f3af1d7ab569f6f3",
+ "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3",
"shasum": ""
},
"require": {
@@ -685,20 +986,24 @@
"parser",
"support"
],
- "time": "2018-06-19T18:55:08+00:00"
+ "support": {
+ "issues": "https://github.com/m1/Env/issues",
+ "source": "https://github.com/m1/Env/tree/2.2.0"
+ },
+ "time": "2020-02-19T09:02:13+00:00"
},
{
"name": "mobiledetect/mobiledetectlib",
- "version": "2.8.33",
+ "version": "2.8.37",
"source": {
"type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git",
- "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
+ "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
- "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
+ "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/9841e3c46f5bd0739b53aed8ac677fa712943df7",
+ "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7",
"shasum": ""
},
"require": {
@@ -737,7 +1042,67 @@
"mobile detector",
"php mobile detect"
],
- "time": "2018-09-01T15:05:15+00:00"
+ "support": {
+ "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
+ "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.37"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/serbanghita",
+ "type": "github"
+ }
+ ],
+ "time": "2021-02-19T21:22:57+00:00"
+ },
+ {
+ "name": "paragonie/random_compat",
+ "version": "v9.99.99",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/paragonie/random_compat.git",
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.*|5.*",
+ "vimeo/psalm": "^1"
+ },
+ "suggest": {
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
+ },
+ "type": "library",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Paragon Initiative Enterprises",
+ "email": "security@paragonie.com",
+ "homepage": "https://paragonie.com"
+ }
+ ],
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
+ "keywords": [
+ "csprng",
+ "polyfill",
+ "pseudorandom",
+ "random"
+ ],
+ "support": {
+ "email": "info@paragonie.com",
+ "issues": "https://github.com/paragonie/random_compat/issues",
+ "source": "https://github.com/paragonie/random_compat"
+ },
+ "time": "2018-07-02T15:55:56+00:00"
},
{
"name": "psr/http-message",
@@ -787,20 +1152,23 @@
"request",
"response"
],
+ "support": {
+ "source": "https://github.com/php-fig/http-message/tree/master"
+ },
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
- "version": "1.1.0",
+ "version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
- "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
@@ -809,7 +1177,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "1.1.x-dev"
}
},
"autoload": {
@@ -824,7 +1192,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
@@ -834,7 +1202,10 @@
"psr",
"psr-3"
],
- "time": "2018-11-20T15:27:04+00:00"
+ "support": {
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
+ },
+ "time": "2021-05-03T11:20:27+00:00"
},
{
"name": "psr/simple-cache",
@@ -882,6 +1253,9 @@
"psr-16",
"simple-cache"
],
+ "support": {
+ "source": "https://github.com/php-fig/simple-cache/tree/master"
+ },
"time": "2017-10-23T01:57:42+00:00"
},
{
@@ -948,20 +1322,24 @@
"migrations",
"phinx"
],
+ "support": {
+ "issues": "https://github.com/cakephp/phinx/issues",
+ "source": "https://github.com/cakephp/phinx/tree/v0.8.1"
+ },
"time": "2017-06-05T13:30:19+00:00"
},
{
"name": "symfony/config",
- "version": "v3.4.16",
+ "version": "v3.4.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "e5389132dc6320682de3643091121c048ff796b3"
+ "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/e5389132dc6320682de3643091121c048ff796b3",
- "reference": "e5389132dc6320682de3643091121c048ff796b3",
+ "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
+ "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
"shasum": ""
},
"require": {
@@ -983,11 +1361,6 @@
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
@@ -1012,20 +1385,37 @@
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
- "time": "2018-09-08T13:15:14+00:00"
+ "support": {
+ "source": "https://github.com/symfony/config/tree/v3.4.47"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-10-24T10:57:07+00:00"
},
{
"name": "symfony/console",
- "version": "v3.4.16",
+ "version": "v3.4.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "1cbaac35024c9dfc9612b7e2310e82677bf85709"
+ "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/1cbaac35024c9dfc9612b7e2310e82677bf85709",
- "reference": "1cbaac35024c9dfc9612b7e2310e82677bf85709",
+ "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
+ "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
"shasum": ""
},
"require": {
@@ -1037,6 +1427,9 @@
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},
+ "provide": {
+ "psr/log-implementation": "1.0"
+ },
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.3|~4.0",
@@ -1046,17 +1439,12 @@
"symfony/process": "~3.3|~4.0"
},
"suggest": {
- "psr/log-implementation": "For using the console logger",
+ "psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
@@ -1081,38 +1469,50 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2018-09-30T03:37:36+00:00"
+ "support": {
+ "source": "https://github.com/symfony/console/tree/v3.4.47"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-10-24T10:57:07+00:00"
},
{
"name": "symfony/debug",
- "version": "v3.4.16",
+ "version": "v4.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
- "reference": "b70cfaae39009ecde3164bb8cba4d029220d27b1"
+ "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug/zipball/b70cfaae39009ecde3164bb8cba4d029220d27b1",
- "reference": "b70cfaae39009ecde3164bb8cba4d029220d27b1",
+ "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c",
+ "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c",
"shasum": ""
},
"require": {
- "php": "^5.5.9|>=7.0.8",
- "psr/log": "~1.0"
+ "php": ">=7.1.3",
+ "psr/log": "^1|^2|^3"
},
"conflict": {
- "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
+ "symfony/http-kernel": "<3.4"
},
"require-dev": {
- "symfony/http-kernel": "~2.8|~3.0|~4.0"
+ "symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
@@ -1135,34 +1535,47 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Debug Component",
+ "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com",
- "time": "2018-09-22T18:25:03+00:00"
- },
+ "support": {
+ "source": "https://github.com/symfony/debug/tree/v4.4.27"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-07-22T07:21:39+00:00"
+ },
{
"name": "symfony/filesystem",
- "version": "v3.4.16",
+ "version": "v4.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "f89ab242d915d188fca95ee3291c72c5a094a195"
+ "reference": "517fb795794faf29086a77d99eb8f35e457837a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/f89ab242d915d188fca95ee3291c72c5a094a195",
- "reference": "f89ab242d915d188fca95ee3291c72c5a094a195",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7",
+ "reference": "517fb795794faf29086a77d99eb8f35e457837a7",
"shasum": ""
},
"require": {
- "php": "^5.5.9|>=7.0.8",
- "symfony/polyfill-ctype": "~1.8"
+ "php": ">=7.1.3",
+ "symfony/polyfill-ctype": "~1.8",
+ "symfony/polyfill-php80": "^1.16"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
@@ -1185,26 +1598,43 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Filesystem Component",
+ "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
- "time": "2018-09-30T03:32:28+00:00"
+ "support": {
+ "source": "https://github.com/symfony/filesystem/tree/v4.4.27"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-07-21T12:19:41+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.9.0",
+ "version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
+ "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
- "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
+ "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
@@ -1212,7 +1642,11 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.9-dev"
+ "dev-main": "1.23-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
@@ -1228,13 +1662,13 @@
"MIT"
],
"authors": [
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- },
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
@@ -1245,24 +1679,41 @@
"polyfill",
"portable"
],
- "time": "2018-08-06T14:22:27+00:00"
+ "support": {
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.9.0",
+ "version": "v1.23.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
- "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
"shasum": ""
},
"require": {
- "php": ">=5.3.3"
+ "php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
@@ -1270,7 +1721,11 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.9-dev"
+ "dev-main": "1.23-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
@@ -1304,47 +1759,61 @@
"portable",
"shim"
],
- "time": "2018-08-06T14:22:27+00:00"
+ "support": {
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-05-27T12:26:48+00:00"
},
{
- "name": "symfony/yaml",
- "version": "v3.4.16",
+ "name": "symfony/polyfill-php80",
+ "version": "v1.23.1",
"source": {
"type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "61973ecda60e9f3561e929e19c07d4878b960fc1"
+ "url": "https://github.com/symfony/polyfill-php80.git",
+ "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/61973ecda60e9f3561e929e19c07d4878b960fc1",
- "reference": "61973ecda60e9f3561e929e19c07d4878b960fc1",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
+ "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
"shasum": ""
},
"require": {
- "php": "^5.5.9|>=7.0.8",
- "symfony/polyfill-ctype": "~1.8"
- },
- "conflict": {
- "symfony/console": "<3.4"
- },
- "require-dev": {
- "symfony/console": "~3.4|~4.0"
- },
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.4-dev"
+ "dev-main": "1.23-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
- "Symfony\\Component\\Yaml\\": ""
+ "Symfony\\Polyfill\\Php80\\": ""
},
- "exclude-from-classmap": [
- "/Tests/"
+ "files": [
+ "bootstrap.php"
+ ],
+ "classmap": [
+ "Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
@@ -1353,104 +1822,141 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Ion Bazan",
+ "email": "ion.bazan@gmail.com"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Yaml Component",
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
- "time": "2018-09-24T08:15:45+00:00"
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-07-28T13:41:28+00:00"
},
{
- "name": "zendframework/zend-diactoros",
- "version": "1.8.7",
+ "name": "symfony/yaml",
+ "version": "v3.4.47",
"source": {
"type": "git",
- "url": "https://github.com/zendframework/zend-diactoros.git",
- "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
+ "url": "https://github.com/symfony/yaml.git",
+ "reference": "88289caa3c166321883f67fe5130188ebbb47094"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
- "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
+ "reference": "88289caa3c166321883f67fe5130188ebbb47094",
"shasum": ""
},
"require": {
- "php": "^5.6 || ^7.0",
- "psr/http-message": "^1.0"
+ "php": "^5.5.9|>=7.0.8",
+ "symfony/polyfill-ctype": "~1.8"
},
- "provide": {
- "psr/http-message-implementation": "1.0"
+ "conflict": {
+ "symfony/console": "<3.4"
},
"require-dev": {
- "ext-dom": "*",
- "ext-libxml": "*",
- "php-http/psr7-integration-tests": "dev-master",
- "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
- "zendframework/zend-coding-standard": "~1.0"
+ "symfony/console": "~3.4|~4.0"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-release-1.8": "1.8.x-dev"
- }
+ "suggest": {
+ "symfony/console": "For validating YAML files using the lint command"
},
+ "type": "library",
"autoload": {
- "files": [
- "src/functions/create_uploaded_file.php",
- "src/functions/marshal_headers_from_sapi.php",
- "src/functions/marshal_method_from_sapi.php",
- "src/functions/marshal_protocol_version_from_sapi.php",
- "src/functions/marshal_uri_from_sapi.php",
- "src/functions/normalize_server.php",
- "src/functions/normalize_uploaded_files.php",
- "src/functions/parse_cookie_header.php"
- ],
"psr-4": {
- "Zend\\Diactoros\\": "src/"
- }
+ "Symfony\\Component\\Yaml\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "BSD-2-Clause"
+ "MIT"
],
- "description": "PSR HTTP Message implementations",
- "homepage": "https://github.com/zendframework/zend-diactoros",
- "keywords": [
- "http",
- "psr",
- "psr-7"
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony Yaml Component",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/yaml/tree/v3.4.47"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
],
- "time": "2019-08-06T17:53:53+00:00"
+ "time": "2020-10-24T10:57:07+00:00"
}
],
"packages-dev": [
{
"name": "ajgl/breakpoint-twig-extension",
- "version": "0.3.1",
+ "version": "0.3.5",
"source": {
"type": "git",
"url": "https://github.com/ajgarlag/AjglBreakpointTwigExtension.git",
- "reference": "360ec6351ad7e1968ee78abb31430046c2e04fc5"
+ "reference": "9875feea0ac4bc3c9f308c62bae4727669d6052a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/360ec6351ad7e1968ee78abb31430046c2e04fc5",
- "reference": "360ec6351ad7e1968ee78abb31430046c2e04fc5",
+ "url": "https://api.github.com/repos/ajgarlag/AjglBreakpointTwigExtension/zipball/9875feea0ac4bc3c9f308c62bae4727669d6052a",
+ "reference": "9875feea0ac4bc3c9f308c62bae4727669d6052a",
"shasum": ""
},
"require": {
"php": ">=5.6",
- "twig/twig": "^1.14|^2.0"
+ "twig/twig": "^1.34|^2.0|^3.0"
},
"require-dev": {
- "phpunit/phpunit": "^5",
- "symfony/framework-bundle": "^2.7|^3.2",
- "symfony/twig-bundle": "^2.7|^3.2"
+ "friendsofphp/php-cs-fixer": "^2.18",
+ "symfony/framework-bundle": "^2.7|^3.4|^4.4|^5.2",
+ "symfony/phpunit-bridge": "^4.4|^5.2",
+ "symfony/twig-bundle": "^2.7|^3.4|^4.4|^5.2"
},
"suggest": {
"ext-xdebug": "The Xdebug extension is required for the breakpoint to work",
@@ -1487,7 +1993,11 @@
"breakpoint",
"twig"
],
- "time": "2017-11-20T13:04:11+00:00"
+ "support": {
+ "issues": "https://github.com/ajgarlag/AjglBreakpointTwigExtension/issues",
+ "source": "https://github.com/ajgarlag/AjglBreakpointTwigExtension/tree/0.3.5"
+ },
+ "time": "2021-02-08T10:48:05+00:00"
},
{
"name": "aptoma/twig-markdown",
@@ -1544,20 +2054,24 @@
"markdown",
"twig"
],
+ "support": {
+ "issues": "https://github.com/aptoma/twig-markdown/issues",
+ "source": "https://github.com/aptoma/twig-markdown/tree/master"
+ },
"time": "2015-10-23T20:27:08+00:00"
},
{
"name": "asm89/twig-cache-extension",
- "version": "1.3.2",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/twig-cache-extension.git",
- "reference": "630ea7abdc3fc62ba6786c02590a1560e449cf55"
+ "reference": "13787226956ec766f4770722082288097aebaaf3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/630ea7abdc3fc62ba6786c02590a1560e449cf55",
- "reference": "630ea7abdc3fc62ba6786c02590a1560e449cf55",
+ "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/13787226956ec766f4770722082288097aebaaf3",
+ "reference": "13787226956ec766f4770722082288097aebaaf3",
"shasum": ""
},
"require": {
@@ -1565,7 +2079,8 @@
"twig/twig": "^1.0|^2.0"
},
"require-dev": {
- "doctrine/cache": "~1.0"
+ "doctrine/cache": "~1.0",
+ "phpunit/phpunit": "^5.0 || ^4.8.10"
},
"suggest": {
"psr/cache-implementation": "To make use of PSR-6 cache implementation via PsrCacheAdapter."
@@ -1573,7 +2088,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.3-dev"
+ "dev-master": "1.4-dev"
}
},
"autoload": {
@@ -1598,27 +2113,32 @@
"extension",
"twig"
],
- "time": "2017-01-10T22:04:15+00:00"
+ "support": {
+ "issues": "https://github.com/asm89/twig-cache-extension/issues",
+ "source": "https://github.com/asm89/twig-cache-extension/tree/1.4.0"
+ },
+ "abandoned": "twig/cache-extension",
+ "time": "2020-01-01T20:47:37+00:00"
},
{
"name": "cakephp/bake",
- "version": "1.8.4",
+ "version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/cakephp/bake.git",
- "reference": "7356656e236bb62733f4fdd4894ce1f26f9e14f6"
+ "reference": "33e8ee8419ba36c13fa4074c208c93352b5530cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cakephp/bake/zipball/7356656e236bb62733f4fdd4894ce1f26f9e14f6",
- "reference": "7356656e236bb62733f4fdd4894ce1f26f9e14f6",
+ "url": "https://api.github.com/repos/cakephp/bake/zipball/33e8ee8419ba36c13fa4074c208c93352b5530cf",
+ "reference": "33e8ee8419ba36c13fa4074c208c93352b5530cf",
"shasum": ""
},
"require": {
- "cakephp/cakephp": "^3.6.0",
+ "cakephp/cakephp": "^3.8.0",
"cakephp/plugin-installer": "^1.0",
"php": ">=5.6.0",
- "wyrihaximus/twig-view": "^4.3.4"
+ "wyrihaximus/twig-view": "^4.3.7"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
@@ -1627,7 +2147,7 @@
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
- "Bake\\": "src"
+ "Bake\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1646,24 +2166,30 @@
"bake",
"cakephp"
],
- "time": "2018-08-21T01:28:47+00:00"
+ "support": {
+ "forum": "https://stackoverflow.com/tags/cakephp",
+ "irc": "irc://irc.freenode.org/cakephp",
+ "issues": "https://github.com/cakephp/bake/issues",
+ "source": "https://github.com/cakephp/bake"
+ },
+ "time": "2019-12-07T20:34:43+00:00"
},
{
"name": "cakephp/cakephp-codesniffer",
- "version": "3.0.5",
+ "version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/cakephp/cakephp-codesniffer.git",
- "reference": "7f467fee00fd016b62cf8c85a57750ab2a895e81"
+ "reference": "7998a191e787fd5b68cb635d7050cb0d7b55e1a1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cakephp/cakephp-codesniffer/zipball/7f467fee00fd016b62cf8c85a57750ab2a895e81",
- "reference": "7f467fee00fd016b62cf8c85a57750ab2a895e81",
+ "url": "https://api.github.com/repos/cakephp/cakephp-codesniffer/zipball/7998a191e787fd5b68cb635d7050cb0d7b55e1a1",
+ "reference": "7998a191e787fd5b68cb635d7050cb0d7b55e1a1",
"shasum": ""
},
"require": {
- "php": ">=5.4",
+ "php": ">=5.6",
"squizlabs/php_codesniffer": "^3.0.0"
},
"require-dev": {
@@ -1672,7 +2198,7 @@
"type": "phpcodesniffer-standard",
"autoload": {
"psr-4": {
- "CakePHP\\": "CakePHP"
+ "CakePHP\\": "CakePHP/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1686,37 +2212,44 @@
}
],
"description": "CakePHP CodeSniffer Standards",
- "homepage": "http://cakephp.org",
+ "homepage": "https://cakephp.org",
"keywords": [
"codesniffer",
"framework"
],
- "time": "2018-06-09T16:01:01+00:00"
+ "support": {
+ "forum": "https://stackoverflow.com/tags/cakephp",
+ "irc": "irc://irc.freenode.org/cakephp",
+ "issues": "https://github.com/cakephp/cakephp-codesniffer/issues",
+ "source": "https://github.com/cakephp/cakephp-codesniffer"
+ },
+ "time": "2019-12-07T03:02:34+00:00"
},
{
"name": "cakephp/debug_kit",
- "version": "3.16.4",
+ "version": "3.23.0",
"source": {
"type": "git",
"url": "https://github.com/cakephp/debug_kit.git",
- "reference": "d5cd81818b65da0849089a66316744e4cc453d70"
+ "reference": "49506b55d0b7becf4803e895b07a8cd8599ab1e4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/d5cd81818b65da0849089a66316744e4cc453d70",
- "reference": "d5cd81818b65da0849089a66316744e4cc453d70",
+ "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/49506b55d0b7becf4803e895b07a8cd8599ab1e4",
+ "reference": "49506b55d0b7becf4803e895b07a8cd8599ab1e4",
"shasum": ""
},
"require": {
- "cakephp/cakephp": "^3.6.0",
+ "cakephp/cakephp": "^3.7.0",
"cakephp/chronos": "^1.0.0",
- "cakephp/plugin-installer": "^1.0.0",
- "composer/composer": "^1.3.0",
+ "composer/composer": "^1.3 | ^2.0",
"jdorn/sql-formatter": "^1.2.0",
"php": ">=5.6.0"
},
"require-dev": {
+ "cakephp/authorization": "^1.3.2",
"cakephp/cakephp-codesniffer": "^3.0",
+ "cakephp/plugin-installer": "^1.3",
"phpunit/phpunit": "^5.7.14|^6.0"
},
"suggest": {
@@ -1725,8 +2258,8 @@
"type": "cakephp-plugin",
"autoload": {
"psr-4": {
- "DebugKit\\": "src",
- "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
+ "DebugKit\\": "src/",
+ "DebugKit\\Test\\Fixture\\": "tests/Fixture/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1736,7 +2269,7 @@
"authors": [
{
"name": "Mark Story",
- "homepage": "http://mark-story.com",
+ "homepage": "https://mark-story.com",
"role": "Author"
},
{
@@ -1751,36 +2284,43 @@
"debug",
"kit"
],
- "time": "2018-08-03T13:57:51+00:00"
+ "support": {
+ "forum": "http://stackoverflow.com/tags/cakephp",
+ "irc": "irc://irc.freenode.org/cakephp",
+ "issues": "https://github.com/cakephp/debug_kit/issues",
+ "source": "https://github.com/cakephp/debug_kit"
+ },
+ "time": "2021-05-16T04:58:57+00:00"
},
{
"name": "composer/ca-bundle",
- "version": "1.1.2",
+ "version": "1.2.10",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0"
+ "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0",
- "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
+ "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
+ "phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
- "symfony/process": "^2.5 || ^3.0 || ^4.0"
+ "symfony/phpunit-bridge": "^4.2 || ^5",
+ "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-main": "1.x-dev"
}
},
"autoload": {
@@ -1807,43 +2347,61 @@
"ssl",
"tls"
],
- "time": "2018-08-08T08:57:40+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/ca-bundle/issues",
+ "source": "https://github.com/composer/ca-bundle/tree/1.2.10"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-06-07T13:58:28+00:00"
},
{
"name": "composer/composer",
- "version": "1.7.2",
+ "version": "2.1.8",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "576aab9b5abb2ed11a1c52353a759363216a4ad2"
+ "reference": "24d38e9686092de05214cafa187dc282a5d89497"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/576aab9b5abb2ed11a1c52353a759363216a4ad2",
- "reference": "576aab9b5abb2ed11a1c52353a759363216a4ad2",
+ "url": "https://api.github.com/repos/composer/composer/zipball/24d38e9686092de05214cafa187dc282a5d89497",
+ "reference": "24d38e9686092de05214cafa187dc282a5d89497",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
- "composer/semver": "^1.0",
+ "composer/metadata-minifier": "^1.0",
+ "composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2",
- "composer/xdebug-handler": "^1.1",
- "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
- "php": "^5.3.2 || ^7.0",
+ "composer/xdebug-handler": "^2.0",
+ "justinrainbow/json-schema": "^5.2.11",
+ "php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0",
+ "react/promise": "^1.2 || ^2.7",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
- "symfony/console": "^2.7 || ^3.0 || ^4.0",
- "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
- "symfony/finder": "^2.7 || ^3.0 || ^4.0",
- "symfony/process": "^2.7 || ^3.0 || ^4.0"
- },
- "conflict": {
- "symfony/console": "2.8.38"
+ "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
+ "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7",
- "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
+ "phpspec/prophecy": "^1.10",
+ "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -1856,7 +2414,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.7-dev"
+ "dev-master": "2.1-dev"
}
},
"autoload": {
@@ -1872,48 +2430,136 @@
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
- "homepage": "http://www.naderman.de"
+ "homepage": "https://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
+ "homepage": "https://seld.be"
}
],
- "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
+ "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
- "time": "2018-08-16T14:57:12+00:00"
+ "support": {
+ "irc": "ircs://irc.libera.chat:6697/composer",
+ "issues": "https://github.com/composer/composer/issues",
+ "source": "https://github.com/composer/composer/tree/2.1.8"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-09-15T11:55:15+00:00"
+ },
+ {
+ "name": "composer/metadata-minifier",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/metadata-minifier.git",
+ "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
+ "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "composer/composer": "^2",
+ "phpstan/phpstan": "^0.12.55",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\MetadataMinifier\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ }
+ ],
+ "description": "Small utility library that handles metadata minification and expansion.",
+ "keywords": [
+ "composer",
+ "compression"
+ ],
+ "support": {
+ "issues": "https://github.com/composer/metadata-minifier/issues",
+ "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-04-07T13:37:33+00:00"
},
{
"name": "composer/semver",
- "version": "1.4.2",
+ "version": "3.2.5",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
- "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
+ "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
+ "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5 || ^5.0.5",
- "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
+ "phpstan/phpstan": "^0.12.54",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-main": "3.x-dev"
}
},
"autoload": {
@@ -1949,33 +2595,51 @@
"validation",
"versioning"
],
- "time": "2016-08-30T16:08:34+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/semver/issues",
+ "source": "https://github.com/composer/semver/tree/3.2.5"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-05-24T12:41:47+00:00"
},
{
"name": "composer/spdx-licenses",
- "version": "1.4.0",
+ "version": "1.5.5",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
- "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
+ "reference": "de30328a7af8680efdc03e396aad24befd513200"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
- "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
+ "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
+ "reference": "de30328a7af8680efdc03e396aad24befd513200",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
- "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.x-dev"
+ "dev-main": "1.x-dev"
}
},
"autoload": {
@@ -2010,28 +2674,48 @@
"spdx",
"validator"
],
- "time": "2018-04-30T10:33:04+00:00"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/spdx-licenses/issues",
+ "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-12-03T16:04:16+00:00"
},
{
"name": "composer/xdebug-handler",
- "version": "1.3.0",
+ "version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c"
+ "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c",
- "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
+ "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
"shasum": ""
},
"require": {
- "php": "^5.3.2 || ^7.0",
- "psr/log": "^1.0"
+ "php": "^5.3.2 || ^7.0 || ^8.0",
+ "psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
+ "phpstan/phpstan": "^0.12.55",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"autoload": {
@@ -2049,131 +2733,31 @@
"email": "john-stevenson@blueyonder.co.uk"
}
],
- "description": "Restarts a process without xdebug.",
+ "description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
- "time": "2018-08-31T19:07:57+00:00"
- },
- {
- "name": "dnoegel/php-xdg-base-dir",
- "version": "0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
- "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
- "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "require-dev": {
- "phpunit/phpunit": "@stable"
- },
- "type": "project",
- "autoload": {
- "psr-4": {
- "XdgBaseDir\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "implementation of xdg base directory specification for php",
- "time": "2014-10-24T07:27:01+00:00"
- },
- {
- "name": "jakub-onderka/php-console-color",
- "version": "v0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
- "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
+ "support": {
+ "irc": "irc://irc.freenode.org/composer",
+ "issues": "https://github.com/composer/xdebug-handler/issues",
+ "source": "https://github.com/composer/xdebug-handler/tree/2.0.2"
},
- "require-dev": {
- "jakub-onderka/php-code-style": "1.0",
- "jakub-onderka/php-parallel-lint": "1.0",
- "jakub-onderka/php-var-dump-check": "0.*",
- "phpunit/phpunit": "~4.3",
- "squizlabs/php_codesniffer": "1.*"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "JakubOnderka\\PhpConsoleColor\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
+ "funding": [
{
- "name": "Jakub Onderka",
- "email": "jakub.onderka@gmail.com"
- }
- ],
- "time": "2018-09-29T17:23:10+00:00"
- },
- {
- "name": "jakub-onderka/php-console-highlighter",
- "version": "v0.3.2",
- "source": {
- "type": "git",
- "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
- "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
- "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
- "shasum": ""
- },
- "require": {
- "jakub-onderka/php-console-color": "~0.1",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "jakub-onderka/php-code-style": "~1.0",
- "jakub-onderka/php-parallel-lint": "~0.5",
- "jakub-onderka/php-var-dump-check": "~0.1",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.5"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "JakubOnderka\\PhpConsoleHighlighter": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
{
- "name": "Jakub Onderka",
- "email": "acci@acci.cz",
- "homepage": "http://www.acci.cz/"
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
}
],
- "time": "2015-04-20T18:58:01+00:00"
+ "time": "2021-07-31T17:03:58+00:00"
},
{
"name": "jasny/twig-extensions",
@@ -2233,6 +2817,10 @@
"text",
"time"
],
+ "support": {
+ "issues": "https://github.com/jasny/twig-extensions/issues",
+ "source": "https://github.com/jasny/twig-extensions"
+ },
"time": "2017-09-13T07:38:01+00:00"
},
{
@@ -2283,27 +2871,31 @@
"highlight",
"sql"
],
+ "support": {
+ "issues": "https://github.com/jdorn/sql-formatter/issues",
+ "source": "https://github.com/jdorn/sql-formatter/tree/master"
+ },
"time": "2014-01-12T16:20:24+00:00"
},
{
"name": "justinrainbow/json-schema",
- "version": "5.2.7",
+ "version": "5.2.11",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
- "reference": "8560d4314577199ba51bf2032f02cd1315587c23"
+ "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
- "reference": "8560d4314577199ba51bf2032f02cd1315587c23",
+ "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
+ "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.1",
+ "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
@@ -2349,20 +2941,24 @@
"json",
"schema"
],
- "time": "2018-02-14T22:26:30+00:00"
+ "support": {
+ "issues": "https://github.com/justinrainbow/json-schema/issues",
+ "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
+ },
+ "time": "2021-07-22T09:24:00+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v4.0.4",
+ "version": "v4.12.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c"
+ "reference": "6608f01670c3cc5079e18c1dab1104e002579143"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fa6ee28600d21d49b2b4e1006b48426cec8e579c",
- "reference": "fa6ee28600d21d49b2b4e1006b48426cec8e579c",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143",
+ "reference": "6608f01670c3cc5079e18c1dab1104e002579143",
"shasum": ""
},
"require": {
@@ -2370,7 +2966,8 @@
"php": ">=7.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.5 || ^7.0"
+ "ircmaxell/php-yacc": "^0.0.7",
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
@@ -2378,7 +2975,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.0-dev"
+ "dev-master": "4.9-dev"
}
},
"autoload": {
@@ -2400,36 +2997,37 @@
"parser",
"php"
],
- "time": "2018-09-18T07:03:24+00:00"
+ "support": {
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0"
+ },
+ "time": "2021-07-21T10:44:31+00:00"
},
{
"name": "psy/psysh",
- "version": "v0.9.8",
+ "version": "v0.10.8",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
- "reference": "ed3c32c4304e1a678a6e0f9dc11dd2d927d89555"
+ "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ed3c32c4304e1a678a6e0f9dc11dd2d927d89555",
- "reference": "ed3c32c4304e1a678a6e0f9dc11dd2d927d89555",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3",
+ "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3",
"shasum": ""
},
"require": {
- "dnoegel/php-xdg-base-dir": "0.1",
"ext-json": "*",
"ext-tokenizer": "*",
- "jakub-onderka/php-console-highlighter": "0.3.*",
- "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
- "php": ">=5.4.0",
- "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
- "symfony/var-dumper": "~2.7|~3.0|~4.0"
+ "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
+ "php": "^8.0 || ^7.0 || ^5.5.9",
+ "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
+ "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
- "hoa/console": "~2.15|~3.16",
- "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
+ "hoa/console": "3.17.*"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
@@ -2444,7 +3042,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-develop": "0.9.x-dev"
+ "dev-main": "0.10.x-dev"
}
},
"autoload": {
@@ -2474,24 +3072,78 @@
"interactive",
"shell"
],
- "time": "2018-09-05T11:40:09+00:00"
+ "support": {
+ "issues": "https://github.com/bobthecow/psysh/issues",
+ "source": "https://github.com/bobthecow/psysh/tree/v0.10.8"
+ },
+ "time": "2021-04-10T16:23:39+00:00"
+ },
+ {
+ "name": "react/promise",
+ "version": "v2.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/reactphp/promise.git",
+ "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "React\\Promise\\": "src/"
+ },
+ "files": [
+ "src/functions_include.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Jan Sorgalla",
+ "email": "jsorgalla@gmail.com"
+ }
+ ],
+ "description": "A lightweight implementation of CommonJS Promises/A for PHP",
+ "keywords": [
+ "promise",
+ "promises"
+ ],
+ "support": {
+ "issues": "https://github.com/reactphp/promise/issues",
+ "source": "https://github.com/reactphp/promise/tree/v2.8.0"
+ },
+ "time": "2020-05-12T15:16:56+00:00"
},
{
"name": "seld/jsonlint",
- "version": "1.7.1",
+ "version": "1.8.3",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
+ "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
+ "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
+ "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"shasum": ""
},
"require": {
- "php": "^5.3 || ^7.0"
+ "php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
@@ -2523,20 +3175,34 @@
"parser",
"validator"
],
- "time": "2018-01-24T12:46:19+00:00"
+ "support": {
+ "issues": "https://github.com/Seldaek/jsonlint/issues",
+ "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Seldaek",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2020-11-11T09:19:24+00:00"
},
{
"name": "seld/phar-utils",
- "version": "1.0.1",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
- "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
+ "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
- "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
+ "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
+ "reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
"shasum": ""
},
"require": {
@@ -2565,22 +3231,26 @@
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
- "phra"
+ "phar"
],
- "time": "2015-10-13T18:44:15+00:00"
+ "support": {
+ "issues": "https://github.com/Seldaek/phar-utils/issues",
+ "source": "https://github.com/Seldaek/phar-utils/tree/1.1.2"
+ },
+ "time": "2021-08-19T21:01:38+00:00"
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.3.2",
+ "version": "3.6.0",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e"
+ "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e",
- "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e",
+ "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
+ "reference": "ffced0d2c8fa8e6cdc4d695a743271fab6c38625",
"shasum": ""
},
"require": {
@@ -2613,36 +3283,37 @@
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "http://www.squizlabs.com/php-codesniffer",
+ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
- "time": "2018-09-23T23:08:17+00:00"
+ "support": {
+ "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
+ "source": "https://github.com/squizlabs/PHP_CodeSniffer",
+ "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
+ },
+ "time": "2021-04-09T00:54:41+00:00"
},
{
"name": "symfony/finder",
- "version": "v3.4.16",
+ "version": "v5.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "e8db87d755e14271e920e31ba834a4ae99483232"
+ "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/e8db87d755e14271e920e31ba834a4ae99483232",
- "reference": "e8db87d755e14271e920e31ba834a4ae99483232",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
+ "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
"shasum": ""
},
"require": {
- "php": "^5.5.9|>=7.0.8"
+ "php": ">=7.2.5",
+ "symfony/polyfill-php80": "^1.16"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
@@ -2665,33 +3336,122 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Finder Component",
+ "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
- "time": "2018-09-21T12:47:54+00:00"
+ "support": {
+ "source": "https://github.com/symfony/finder/tree/v5.3.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-08-04T21:20:46+00:00"
},
{
- "name": "symfony/process",
- "version": "v3.4.16",
+ "name": "symfony/polyfill-php72",
+ "version": "v1.23.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "8b87aca97f341d65dee430c60863f2442605c88b"
+ "url": "https://github.com/symfony/polyfill-php72.git",
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/8b87aca97f341d65dee430c60863f2442605c88b",
- "reference": "8b87aca97f341d65dee430c60863f2442605c88b",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
"shasum": ""
},
"require": {
- "php": "^5.5.9|>=7.0.8"
+ "php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.4-dev"
+ "dev-main": "1.23-dev"
+ },
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Polyfill\\Php72\\": ""
+ },
+ "files": [
+ "bootstrap.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "shim"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
}
+ ],
+ "time": "2021-05-27T09:17:38+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v5.3.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
+ "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
+ "shasum": ""
},
+ "require": {
+ "php": ">=7.2.5",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
@@ -2714,46 +3474,66 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony Process Component",
+ "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
- "time": "2018-09-08T13:15:14+00:00"
+ "support": {
+ "source": "https://github.com/symfony/process/tree/v5.3.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-08-04T21:20:46+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v3.4.16",
+ "version": "v4.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "e57a24dc13accad1d5f90d232c5564910c5eb7b0"
+ "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e57a24dc13accad1d5f90d232c5564910c5eb7b0",
- "reference": "e57a24dc13accad1d5f90d232c5564910c5eb7b0",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c",
+ "reference": "7f65c44c2ce80d3a0fcdb6385ee0ad535e45660c",
"shasum": ""
},
"require": {
- "php": "^5.5.9|>=7.0.8",
- "symfony/polyfill-mbstring": "~1.0"
+ "php": ">=7.1.3",
+ "symfony/polyfill-mbstring": "~1.0",
+ "symfony/polyfill-php72": "~1.5",
+ "symfony/polyfill-php80": "^1.16"
},
"conflict": {
- "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
+ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
+ "symfony/console": "<3.4"
},
"require-dev": {
"ext-iconv": "*",
- "twig/twig": "~1.34|~2.4"
+ "symfony/console": "^3.4|^4.0|^5.0",
+ "symfony/process": "^4.4|^5.0",
+ "twig/twig": "^1.43|^2.13|^3.0.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
- "ext-symfony_debug": ""
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
+ "bin": [
+ "Resources/bin/var-dump-server"
+ ],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.4-dev"
- }
- },
"autoload": {
"files": [
"Resources/functions/dump.php"
@@ -2779,41 +3559,57 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony mechanism for exploring and dumping PHP variables",
+ "description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
- "time": "2018-09-18T08:05:59+00:00"
+ "support": {
+ "source": "https://github.com/symfony/var-dumper/tree/v4.4.30"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-08-04T20:31:23+00:00"
},
{
"name": "twig/twig",
- "version": "v1.35.4",
+ "version": "v1.44.5",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
+ "reference": "dd4353357c5a116322e92a00d16043a31881a81e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
- "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/dd4353357c5a116322e92a00d16043a31881a81e",
+ "reference": "dd4353357c5a116322e92a00d16043a31881a81e",
"shasum": ""
},
"require": {
- "php": ">=5.3.3",
+ "php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"psr/container": "^1.0",
- "symfony/debug": "^2.7",
- "symfony/phpunit-bridge": "^3.3"
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.35-dev"
+ "dev-master": "1.44-dev"
}
},
"autoload": {
@@ -2835,15 +3631,14 @@
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
+ {
+ "name": "Twig Team",
+ "role": "Contributors"
+ },
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
- },
- {
- "name": "Twig Team",
- "homepage": "https://twig.symfony.com/contributors",
- "role": "Contributors"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
@@ -2851,7 +3646,21 @@
"keywords": [
"templating"
],
- "time": "2018-07-13T07:12:17+00:00"
+ "support": {
+ "issues": "https://github.com/twigphp/Twig/issues",
+ "source": "https://github.com/twigphp/Twig/tree/v1.44.5"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2021-09-17T08:35:19+00:00"
},
{
"name": "umpirsky/twig-php-function",
@@ -2892,27 +3701,31 @@
}
],
"description": "Call (almost) any PHP function from your Twig templates.",
+ "support": {
+ "issues": "https://github.com/umpirsky/twig-php-function/issues",
+ "source": "https://github.com/umpirsky/twig-php-function/tree/master"
+ },
"time": "2016-03-12T16:36:32+00:00"
},
{
"name": "wyrihaximus/twig-view",
- "version": "4.3.5",
+ "version": "4.4.0",
"source": {
"type": "git",
- "url": "https://github.com/WyriHaximus/TwigView.git",
- "reference": "ec2771e6a1fe799f9b16eff19da424cd04d593b7"
+ "url": "https://github.com/cakephp/legacy-twig-view.git",
+ "reference": "463e1a6ed493d4fe99eaeaaf39d80172b51fc0fb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/WyriHaximus/TwigView/zipball/ec2771e6a1fe799f9b16eff19da424cd04d593b7",
- "reference": "ec2771e6a1fe799f9b16eff19da424cd04d593b7",
+ "url": "https://api.github.com/repos/cakephp/legacy-twig-view/zipball/463e1a6ed493d4fe99eaeaaf39d80172b51fc0fb",
+ "reference": "463e1a6ed493d4fe99eaeaaf39d80172b51fc0fb",
"shasum": ""
},
"require": {
"ajgl/breakpoint-twig-extension": "^0.3.0",
"aptoma/twig-markdown": "^2.0",
"asm89/twig-cache-extension": "^1.0",
- "cakephp/cakephp": "^3.5",
+ "cakephp/cakephp": "^3.7",
"jasny/twig-extensions": "^1.0",
"php": "^5.6 || ^7.0",
"twig/twig": "^1.27",
@@ -2921,9 +3734,9 @@
"require-dev": {
"cakephp/bake": "^1.5",
"cakephp/debug_kit": "^3.0",
- "phake/phake": "^1.0.4",
+ "phake/phake": "^2.3.2",
"phpunit/phpunit": "^5.7.14",
- "squizlabs/php_codesniffer": "^1.5.6",
+ "squizlabs/php_codesniffer": "^3.4.0",
"wyrihaximus/phpunit-class-reflection-helpers": "dev-master"
},
"type": "cakephp-plugin",
@@ -2950,7 +3763,11 @@
"twig",
"view"
],
- "time": "2018-07-03T15:46:29+00:00"
+ "support": {
+ "issues": "https://github.com/cakephp/legacy-twig-view/issues",
+ "source": "https://github.com/cakephp/legacy-twig-view/tree/4.4.0"
+ },
+ "time": "2021-04-06T15:42:50+00:00"
}
],
"aliases": [],
@@ -2963,5 +3780,6 @@
"platform": {
"php": ">=5.6"
},
- "platform-dev": []
+ "platform-dev": [],
+ "plugin-api-version": "2.1.0"
}
diff --git a/app/vendor/adodb/adodb-php/.gitattributes b/app/vendor/adodb/adodb-php/.gitattributes
deleted file mode 100644
index 2cb098d87..000000000
--- a/app/vendor/adodb/adodb-php/.gitattributes
+++ /dev/null
@@ -1,17 +0,0 @@
-# Default behavior
-* text=auto
-
-# Text files to be normalized to lf line endings
-*.php text
-*.htm* text
-*.sql text
-*.txt text
-*.xml text
-*.xsl text
-
-# Windows-only files
-*.bat eol=crlf
-
-# Binary files
-*.gif binary
-
diff --git a/app/vendor/adodb/adodb-php/.gitignore b/app/vendor/adodb/adodb-php/.gitignore
deleted file mode 100644
index 0d777b27e..000000000
--- a/app/vendor/adodb/adodb-php/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-# IDE/Editor temporary files
-*~
-*.swp
-*.bak
-*.tmp
-.project
-.settings/
-/nbproject/
-.idea/
-
diff --git a/app/vendor/adodb/adodb-php/.mailmap b/app/vendor/adodb/adodb-php/.mailmap
deleted file mode 100644
index 1f2f7e7f0..000000000
--- a/app/vendor/adodb/adodb-php/.mailmap
+++ /dev/null
@@ -1,4 +0,0 @@
-Andreas Fernandez
-Mike Benoit MikeB
-Mike Benoit mike.benoit
-
diff --git a/app/vendor/adodb/adodb-php/LICENSE.md b/app/vendor/adodb/adodb-php/LICENSE.md
index b8191587b..d00e2b1f2 100644
--- a/app/vendor/adodb/adodb-php/LICENSE.md
+++ b/app/vendor/adodb/adodb-php/LICENSE.md
@@ -1,19 +1,22 @@
ADOdb License
=============
-ADOdb is dual licensed under BSD and LGPL.
+The ADOdb Library is dual-licensed, released under both the
+[BSD 3-clause](#bsd-3-clause-license) and the
+[GNU Lesser General Public License (LGPL) v2.1](#gnu-lesser-general-public-license)
+or, at your option, any later version.
In plain English, you do not need to distribute your application in source code form,
nor do you need to distribute ADOdb source code, provided you follow the rest of
terms of the BSD license.
-For more info about ADOdb, visit http://adodb.sourceforge.net/
+For more information about ADOdb, visit https://adodb.org/
BSD 3-Clause License
--------------------
-(c) 2000-2013 John Lim (jlim@natsoft.com)
-(c) 2014 Damien Regad, Mark Newnham and the ADOdb community
+(c) 2000-2013 John Lim (jlim@natsoft.com)
+(c) 2014 Damien Regad, Mark Newnham and the ADOdb community
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
diff --git a/app/vendor/adodb/adodb-php/README.md b/app/vendor/adodb/adodb-php/README.md
index 958cca56f..e432b2fb0 100644
--- a/app/vendor/adodb/adodb-php/README.md
+++ b/app/vendor/adodb/adodb-php/README.md
@@ -1,28 +1,22 @@
-ADOdb Library for PHP5
+ADOdb Library for PHP
======================
[](https://gitter.im/adodb/adodb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://sourceforge.net/projects/adodb/files/latest/download)
(c) 2000-2013 John Lim (jlim@natsoft.com)
-(c) 2014 Damien Regad, Mark Newnham and the ADOdb community
-
-Released under both [BSD 3-Clause](https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md#bsd-3-clause-license)
-and [GNU Lesser GPL library 2.1](https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md#gnu-lesser-general-public-license)
-licenses.
-This means you can use it in proprietary products;
+(c) 2014 Damien Regad, Mark Newnham and the
+ [ADOdb community](https://github.com/ADOdb/ADOdb/graphs/contributors)
+
+The ADOdb Library is dual-licensed, released under both the
+[BSD 3-Clause](https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md#bsd-3-clause-license)
+and the
+[GNU Lesser General Public Licence (LGPL) v2.1](https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md#gnu-lesser-general-public-license)
+or, at your option, any later version.
+This means you can use it in proprietary products;
see [License](https://github.com/ADOdb/ADOdb/blob/master/LICENSE.md) for details.
-Home page: http://adodb.org/
-
-> **WARNING: known issue with Associative Fetch Mode in ADOdb v5.19
--- PLEASE UPGRADE TO v5.20 !**
-> When fetching data in Associative mode (i.e. when `$ADODB_FETCH_MODE` is
-> set to *ADODB_FETCH_ASSOC*), recordsets do not return any data (empty strings)
-> when using some database drivers. The problem has been reported on MSSQL,
-> Interbase and Foxpro, but possibly affects other drivers as well; all drivers
-> derived from the above are also impacted.
-> For further details, please refer to [Issue #20](https://github.com/ADOdb/ADOdb/issues/20).
+Home page: https://adodb.org/
Introduction
@@ -33,8 +27,8 @@ need for a database class library to hide the differences between the
different databases (encapsulate the differences) so we can easily
switch databases.
-The library currently supports MySQL, Interbase, Sybase, PostgreSQL, Oracle,
-Microsoft SQL server, Foxpro ODBC, Access ODBC, Informix, DB2,
+The library currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle,
+Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase,
Sybase SQL Anywhere, generic ODBC and Microsoft's ADO.
We hope more people will contribute drivers to support other databases.
@@ -54,12 +48,12 @@ You can debug using:
debug = true;
-$db->Connect($server, $user, $password, $database);
-$rs = $db->Execute('select * from some_small_table');
+$db->connect($server, $user, $password, $database);
+$rs = $db->execute('select * from some_small_table');
print "";
-print_r($rs->GetRows());
+print_r($rs->getRows());
print "
";
```
@@ -67,14 +61,14 @@ print "";
Documentation and Examples
==========================
-Refer to the [ADOdb website](http://adodb.org/) for library documentation and examples. The documentation can also be [downloaded for offline viewing](https://sourceforge.net/projects/adodb/files/Documentation/).
+Refer to the [ADOdb website](https://adodb.org/) for library documentation and examples. The documentation can also be [downloaded for offline viewing](https://sourceforge.net/projects/adodb/files/Documentation/).
-- [Main documentation](http://adodb.org/dokuwiki/doku.php?id=v5:userguide:userguide_index): Query, update and insert records using a portable API.
-- [Data dictionary](http://adodb.org/dokuwiki/doku.php?id=v5:dictionary:dictionary_index) describes how to create database tables and indexes in a portable manner.
-- [Database performance monitoring](http://adodb.org/dokuwiki/doku.php?id=v5:performance:performance_index) allows you to perform health checks, tune and monitor your database.
-- [Database-backed sessions](http://adodb.org/dokuwiki/doku.php?id=v5:session:session_index).
+- [Main documentation](https://adodb.org/dokuwiki/doku.php?id=v5:userguide:userguide_index): Query, update and insert records using a portable API.
+- [Data dictionary](https://adodb.org/dokuwiki/doku.php?id=v5:dictionary:dictionary_index) describes how to create database tables and indexes in a portable manner.
+- [Database performance monitoring](https://adodb.org/dokuwiki/doku.php?id=v5:performance:performance_index) allows you to perform health checks, tune and monitor your database.
+- [Database-backed sessions](https://adodb.org/dokuwiki/doku.php?id=v5:session:session_index).
-There is also a [tutorial](http://adodb.org/dokuwiki/doku.php?id=v5:userguide:mysql_tutorial) that contrasts ADOdb code with PHP native MySQL code.
+There is also a [tutorial](https://adodb.org/dokuwiki/doku.php?id=v5:userguide:mysql_tutorial) that contrasts ADOdb code with PHP native MySQL code.
Files
@@ -102,7 +96,6 @@ https://github.com/ADOdb/ADOdb/issues
You may also find legacy issues in
-- the old [ADOdb forums](http://phplens.com/lens/lensforum/topics.php?id=4) on phplens.com
- the [SourceForge tickets section](http://sourceforge.net/p/adodb/_list/tickets)
However, please note that they are not actively monitored and should
diff --git a/app/vendor/adodb/adodb-php/adodb-active-record.inc.php b/app/vendor/adodb/adodb-php/adodb-active-record.inc.php
index a7f0adf7f..8f3b00538 100644
--- a/app/vendor/adodb/adodb-php/adodb-active-record.inc.php
+++ b/app/vendor/adodb/adodb-php/adodb-active-record.inc.php
@@ -1,23 +1,25 @@
$d) {
- if (PHP_VERSION >= 5) {
- if ($d->db === $db) {
- return $k;
- }
- } else {
- if ($d->db->_connectionID === $db->_connectionID && $db->database == $d->db->database) {
- return $k;
- }
- }
+ foreach($_ADODB_ACTIVE_DBS as $k => $d) {
+ if($d->db === $db) {
+ return $k;
}
+ }
- $obj = new ADODB_Active_DB();
- $obj->db = $db;
- $obj->tables = array();
+ $obj = new ADODB_Active_DB();
+ $obj->db = $db;
+ $obj->tables = array();
- if ($index == false) {
- $index = sizeof($_ADODB_ACTIVE_DBS);
- }
+ if ($index == false) {
+ $index = sizeof($_ADODB_ACTIVE_DBS);
+ }
- $_ADODB_ACTIVE_DBS[$index] = $obj;
+ $_ADODB_ACTIVE_DBS[$index] = $obj;
- return sizeof($_ADODB_ACTIVE_DBS)-1;
+ return sizeof($_ADODB_ACTIVE_DBS)-1;
}
class ADODB_Active_Record {
static $_changeNames = true; // dynamically pluralize table names
- static $_quoteNames = false;
+
+ /** @var bool|string Allows override of global $ADODB_QUOTE_FIELDNAMES */
+ public $_quoteNames;
static $_foreignSuffix = '_id'; //
var $_dbat; // associative index pointing to ADODB_Active_DB eg. $ADODB_Active_DBS[_dbat]
@@ -120,7 +118,12 @@ public function __set($name, $value)
// php5 constructor
function __construct($table = false, $pkeyarr=false, $db=false)
{
- global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS;
+ global $_ADODB_ACTIVE_DBS, $ADODB_QUOTE_FIELDNAMES;
+
+ // Set the local override for field quoting, only if not defined yet
+ if (!isset($this->_quoteNames)) {
+ $this->_quoteNames = $ADODB_QUOTE_FIELDNAMES;
+ }
if ($db == false && is_object($pkeyarr)) {
$db = $pkeyarr;
@@ -374,7 +377,7 @@ function LoadRelations($name, $whereOrderBy='', $offset=-1,$limit=-1)
// update metadata
function UpdateActiveTable($pkeys=false,$forceUpdate=false)
{
- global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS , $ADODB_CACHE_DIR, $ADODB_ACTIVE_CACHESECS;
+ global $_ADODB_ACTIVE_DBS , $ADODB_CACHE_DIR, $ADODB_ACTIVE_CACHESECS;
global $ADODB_ACTIVE_DEFVALS,$ADODB_FETCH_MODE;
$activedb = $_ADODB_ACTIVE_DBS[$this->_dbat];
@@ -463,8 +466,8 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
$attr = array();
$keys = array();
- switch($ADODB_ASSOC_CASE) {
- case 0:
+ switch (ADODB_ASSOC_CASE) {
+ case ADODB_ASSOC_CASE_LOWER:
foreach($cols as $name => $fldobj) {
$name = strtolower($name);
if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) {
@@ -480,7 +483,7 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
}
break;
- case 1:
+ case ADODB_ASSOC_CASE_UPPER:
foreach($cols as $name => $fldobj) {
$name = strtoupper($name);
@@ -499,7 +502,6 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
break;
default:
foreach($cols as $name => $fldobj) {
- $name = ($fldobj->name);
if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) {
$this->$name = $fldobj->default_value;
@@ -510,7 +512,7 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
$attr[$name] = $fldobj;
}
foreach($pkeys as $k => $name) {
- $keys[$name] = $cols[$name]->name;
+ $keys[$name] = $cols[strtoupper($name)]->name;
}
break;
}
@@ -522,7 +524,7 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
$activetab->_created = time();
$s = serialize($activetab);
if (!function_exists('adodb_write_file')) {
- include(ADODB_DIR.'/adodb-csvlib.inc.php');
+ include_once(ADODB_DIR.'/adodb-csvlib.inc.php');
}
adodb_write_file($fname,$s);
}
@@ -700,9 +702,14 @@ function LastInsertID(&$db,$fieldname)
$val = false;
}
- if (is_null($val) || $val === false) {
+ if (is_null($val) || $val === false)
+ {
+ $SQL = sprintf("SELECT MAX(%s) FROM %s",
+ $this->nameQuoter($db,$fieldname),
+ $this->nameQuoter($db,$this->_table)
+ );
// this might not work reliably in multi-user environment
- return $db->GetOne("select max(".$fieldname.") from ".$this->_table);
+ return $db->GetOne($SQL);
}
return $val;
}
@@ -749,10 +756,11 @@ function GenWhere(&$db, &$table)
foreach($keys as $k) {
$f = $table->flds[$k];
if ($f) {
- $parr[] = $k.' = '.$this->doquote($db,$this->$k,$db->MetaType($f->type));
+ $columnName = $this->nameQuoter($db,$k);
+ $parr[] = $columnName.' = '.$this->doquote($db,$this->$k,$db->MetaType($f->type));
}
}
- return implode(' and ', $parr);
+ return implode(' AND ', $parr);
}
@@ -774,7 +782,7 @@ function _QName($n,$db=false)
function Load($where=null,$bindarr=false, $lock = false)
{
- global $ADODB_FETCH_MODE;
+ global $ADODB_FETCH_MODE;
$db = $this->DB();
if (!$db) {
@@ -788,7 +796,9 @@ function Load($where=null,$bindarr=false, $lock = false)
$savem = $db->SetFetchMode(false);
}
- $qry = "select * from ".$this->_table;
+ $qry = sprintf("SELECT * FROM %s",
+ $this->nameQuoter($db,$this->_table)
+ );
if($where) {
$qry .= ' WHERE '.$where;
@@ -813,7 +823,7 @@ function LoadLocked($where=null, $bindarr=false)
}
# useful for multiple record inserts
- # see http://phplens.com/lens/lensforum/msgs.php?id=17795
+ # see PHPLens Issue No: 17795
function Reset()
{
$this->_where=null;
@@ -862,7 +872,7 @@ function Insert()
$val = $this->$name;
if(!is_array($val) || !is_null($val) || !array_key_exists($name, $table->keys)) {
$valarr[] = $val;
- $names[] = $this->_QName($name,$db);
+ $names[] = $this->nameQuoter($db,$name);
$valstr[] = $db->Param($cnt);
$cnt += 1;
}
@@ -871,12 +881,18 @@ function Insert()
if (empty($names)){
foreach($table->flds as $name=>$fld) {
$valarr[] = null;
- $names[] = $name;
+ $names[] = $this->nameQuoter($db,$name);
$valstr[] = $db->Param($cnt);
$cnt += 1;
}
}
- $sql = 'INSERT INTO '.$this->_table."(".implode(',',$names).') VALUES ('.implode(',',$valstr).')';
+
+ $tableName = $this->nameQuoter($db,$this->_table);
+ $sql = sprintf('INSERT INTO %s (%s) VALUES (%s)',
+ $tableName,
+ implode(',',$names),
+ implode(',',$valstr)
+ );
$ok = $db->Execute($sql,$valarr);
if ($ok) {
@@ -907,7 +923,14 @@ function Delete()
$table = $this->TableInfo();
$where = $this->GenWhere($db,$table);
- $sql = 'DELETE FROM '.$this->_table.' WHERE '.$where;
+
+ $tableName = $this->nameQuoter($db,$this->_table);
+
+ $sql = sprintf('DELETE FROM %s WHERE %s',
+ $tableName,
+ $where
+ );
+
$ok = $db->Execute($sql);
return $ok ? true : false;
@@ -927,8 +950,6 @@ function Find($whereOrderBy,$bindarr=false,$pkeysArr=false,$extra=array())
// returns 0 on error, 1 on update, 2 on insert
function Replace()
{
- global $ADODB_ASSOC_CASE;
-
$db = $this->DB();
if (!$db) {
return false;
@@ -968,17 +989,32 @@ function Replace()
$pkey = array($pkey);
}
- if ($ADODB_ASSOC_CASE == 0) {
- foreach($pkey as $k => $v)
- $pkey[$k] = strtolower($v);
- }
- elseif ($ADODB_ASSOC_CASE == 1) {
- foreach($pkey as $k => $v) {
- $pkey[$k] = strtoupper($v);
- }
+ switch (ADODB_ASSOC_CASE) {
+ case ADODB_ASSOC_CASE_LOWER:
+ foreach ($pkey as $k => $v) {
+ $pkey[$k] = strtolower($v);
+ }
+ break;
+ case ADODB_ASSOC_CASE_UPPER:
+ foreach ($pkey as $k => $v) {
+ $pkey[$k] = strtoupper($v);
+ }
+ break;
}
- $ok = $db->Replace($this->_table,$arr,$pkey);
+ $newArr = array();
+ foreach($arr as $k=>$v)
+ $newArr[$this->nameQuoter($db,$k)] = $v;
+ $arr = $newArr;
+
+ $newPkey = array();
+ foreach($pkey as $k=>$v)
+ $newPkey[$k] = $this->nameQuoter($db,$v);
+ $pkey = $newPkey;
+
+ $tableName = $this->nameQuoter($db,$this->_table);
+
+ $ok = $db->Replace($tableName,$arr,$pkey);
if ($ok) {
$this->_saved = true; // 1= update 2=insert
if ($ok == 2) {
@@ -1050,7 +1086,7 @@ function Update()
}
$valarr[] = $val;
- $pairs[] = $this->_QName($name,$db).'='.$db->Param($cnt);
+ $pairs[] = $this->nameQuoter($db,$name).'='.$db->Param($cnt);
$cnt += 1;
}
@@ -1059,7 +1095,13 @@ function Update()
return -1;
}
- $sql = 'UPDATE '.$this->_table." SET ".implode(",",$pairs)." WHERE ".$where;
+ $tableName = $this->nameQuoter($db,$this->_table);
+
+ $sql = sprintf('UPDATE %s SET %s WHERE %s',
+ $tableName,
+ implode(',',$pairs),
+ $where);
+
$ok = $db->Execute($sql,$valarr);
if ($ok) {
$this->_original = $neworig;
@@ -1077,6 +1119,31 @@ function GetAttributeNames()
return array_keys($table->flds);
}
+ /**
+ * Quotes the table, column and field names.
+ *
+ * This honours the internal {@see $_quoteNames} property, which overrides
+ * the global $ADODB_QUOTE_FIELDNAMES directive.
+ *
+ * @param ADOConnection $db The database connection
+ * @param string $name The table or column name to quote
+ *
+ * @return string The quoted name
+ */
+ private function nameQuoter($db, $name)
+ {
+ global $ADODB_QUOTE_FIELDNAMES;
+
+ $save = $ADODB_QUOTE_FIELDNAMES;
+ $ADODB_QUOTE_FIELDNAMES = $this->_quoteNames;
+
+ $string = _adodb_quote_fieldname($db, $name);
+
+ $ADODB_QUOTE_FIELDNAMES = $save;
+
+ return $string;
+ }
+
};
function adodb_GetActiveRecordsClass(&$db, $class, $table,$whereOrderBy,$bindarr, $primkeyArr,
@@ -1086,6 +1153,7 @@ function adodb_GetActiveRecordsClass(&$db, $class, $table,$whereOrderBy,$bindarr
$save = $db->SetFetchMode(ADODB_FETCH_NUM);
+
$qry = "select * from ".$table;
if (!empty($whereOrderBy)) {
@@ -1124,7 +1192,7 @@ function adodb_GetActiveRecordsClass(&$db, $class, $table,$whereOrderBy,$bindarr
// arrRef will be the structure that knows about our objects.
// It is an associative array.
// We will, however, return arr, preserving regular 0.. order so that
- // obj[0] can be used by app developpers.
+ // obj[0] can be used by app developers.
$arrRef = array();
$bTos = array(); // Will store belongTo's indices if any
foreach($rows as $row) {
diff --git a/app/vendor/adodb/adodb-php/adodb-active-recordx.inc.php b/app/vendor/adodb/adodb-php/adodb-active-recordx.inc.php
index 7f553f1e0..5de5b1309 100644
--- a/app/vendor/adodb/adodb-php/adodb-active-recordx.inc.php
+++ b/app/vendor/adodb/adodb-php/adodb-active-recordx.inc.php
@@ -1,27 +1,27 @@
$d) {
- if (PHP_VERSION >= 5) {
- if ($d->db === $db) {
- return $k;
- }
- } else {
- if ($d->db->_connectionID === $db->_connectionID && $db->database == $d->db->database) {
- return $k;
- }
- }
+ foreach($_ADODB_ACTIVE_DBS as $k => $d) {
+ if ($d->db === $db) {
+ return $k;
}
+ }
- $obj = new ADODB_Active_DB();
- $obj->db = $db;
- $obj->tables = array();
+ $obj = new ADODB_Active_DB();
+ $obj->db = $db;
+ $obj->tables = array();
- $_ADODB_ACTIVE_DBS[] = $obj;
+ $_ADODB_ACTIVE_DBS[] = $obj;
- return sizeof($_ADODB_ACTIVE_DBS)-1;
+ return sizeof($_ADODB_ACTIVE_DBS)-1;
}
@@ -137,7 +131,7 @@ public function __set($name, $value)
// if $options['new'] is true, we forget all relations
function __construct($table = false, $pkeyarr=false, $db=false, $options=array())
{
- global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS;
+ global $_ADODB_ACTIVE_DBS;
if ($db == false && is_object($pkeyarr)) {
$db = $pkeyarr;
@@ -410,7 +404,7 @@ function LoadRelations($name, $whereOrderBy, $offset=-1, $limit=-1)
// update metadata
function UpdateActiveTable($pkeys=false,$forceUpdate=false)
{
- global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS , $ADODB_CACHE_DIR, $ADODB_ACTIVE_CACHESECS;
+ global $_ADODB_ACTIVE_DBS , $ADODB_CACHE_DIR, $ADODB_ACTIVE_CACHESECS;
global $ADODB_ACTIVE_DEFVALS, $ADODB_FETCH_MODE;
$activedb = $_ADODB_ACTIVE_DBS[$this->_dbat];
@@ -491,8 +485,8 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
$attr = array();
$keys = array();
- switch($ADODB_ASSOC_CASE) {
- case 0:
+ switch (ADODB_ASSOC_CASE) {
+ case ADODB_ASSOC_CASE_LOWER:
foreach($cols as $name => $fldobj) {
$name = strtolower($name);
if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) {
@@ -508,7 +502,7 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
}
break;
- case 1:
+ case ADODB_ASSOC_CASE_UPPER:
foreach($cols as $name => $fldobj) {
$name = strtoupper($name);
@@ -551,7 +545,7 @@ function UpdateActiveTable($pkeys=false,$forceUpdate=false)
$activetab->_created = time();
$s = serialize($activetab);
if (!function_exists('adodb_write_file')) {
- include(ADODB_DIR.'/adodb-csvlib.inc.php');
+ include_once(ADODB_DIR.'/adodb-csvlib.inc.php');
}
adodb_write_file($fname,$s);
}
@@ -1060,8 +1054,6 @@ function packageFind($whereOrderBy,$bindarr=false,$pkeysArr=false,$extra=array()
// returns 0 on error, 1 on update, 2 on insert
function Replace()
{
- global $ADODB_ASSOC_CASE;
-
$db = $this->DB();
if (!$db) {
return false;
@@ -1097,7 +1089,7 @@ function Replace()
}
- switch ($ADODB_ASSOC_CASE == 0) {
+ switch (ADODB_ASSOC_CASE) {
case ADODB_ASSOC_CASE_LOWER:
foreach($pkey as $k => $v) {
$pkey[$k] = strtolower($v);
@@ -1300,7 +1292,7 @@ function adodb_GetActiveRecordsClass(&$db, $class, $tableObj,$whereOrderBy,$bind
if (!isset($_ADODB_ACTIVE_DBS)) {
- include(ADODB_DIR.'/adodb-active-record.inc.php');
+ include_once(ADODB_DIR.'/adodb-active-record.inc.php');
}
if (!class_exists($class)) {
$db->outp_throw("Unknown class $class in GetActiveRecordsClass()",'GetActiveRecordsClass');
@@ -1311,7 +1303,7 @@ function adodb_GetActiveRecordsClass(&$db, $class, $tableObj,$whereOrderBy,$bind
// arrRef will be the structure that knows about our objects.
// It is an associative array.
// We will, however, return arr, preserving regular 0.. order so that
- // obj[0] can be used by app developpers.
+ // obj[0] can be used by app developers.
$arrRef = array();
$bTos = array(); // Will store belongTo's indices if any
foreach($rows as $row) {
diff --git a/app/vendor/adodb/adodb-php/adodb-csvlib.inc.php b/app/vendor/adodb/adodb-php/adodb-csvlib.inc.php
index bfd8d9b87..c81254bfc 100644
--- a/app/vendor/adodb/adodb-php/adodb-csvlib.inc.php
+++ b/app/vendor/adodb/adodb-php/adodb-csvlib.inc.php
@@ -1,4 +1,26 @@
$str
";
-$a= Lens_ParseArgs($str);
+$a= lens_ParseArgs($str);
print "";
print_r($a);
print "
";
@@ -53,7 +56,7 @@ function ctype_alnum($text) {
@param tokenchars Include the following characters in tokens apart from A-Z and 0-9
@returns 2 dimensional array containing parsed tokens.
*/
-function Lens_ParseArgs($args,$endstmtchar=',',$tokenchars='_.-')
+function lens_ParseArgs($args,$endstmtchar=',',$tokenchars='_.-')
{
$pos = 0;
$intoken = false;
@@ -164,6 +167,7 @@ function Lens_ParseArgs($args,$endstmtchar=',',$tokenchars='_.-')
class ADODB_DataDict {
+ /** @var ADOConnection */
var $connection;
var $debug = false;
var $dropTable = 'DROP TABLE %s';
@@ -179,45 +183,60 @@ class ADODB_DataDict {
var $serverInfo = array();
var $autoIncrement = false;
var $dataProvider;
- var $invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME'); // for changetablesql
+ var $invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME'); // for changeTableSQL
var $blobSize = 100; /// any varchar/char field this size or greater is treated as a blob
- /// in other words, we use a text area for editting.
+ /// in other words, we use a text area for editing.
+ /** @var string Uppercase driver name */
+ var $upperName;
+
+ /*
+ * Indicates whether a BLOB/CLOB field will allow a NOT NULL setting
+ * The type is whatever is matched to an X or X2 or B type. We must
+ * explicitly set the value in the driver to switch the behaviour on
+ */
+ public $blobAllowsNotNull;
+ /*
+ * Indicates whether a BLOB/CLOB field will allow a DEFAULT set
+ * The type is whatever is matched to an X or X2 or B type. We must
+ * explicitly set the value in the driver to switch the behaviour on
+ */
+ public $blobAllowsDefaultValue;
- function GetCommentSQL($table,$col)
+ function getCommentSQL($table,$col)
{
return false;
}
- function SetCommentSQL($table,$col,$cmt)
+ function setCommentSQL($table,$col,$cmt)
{
return false;
}
- function MetaTables()
+ function metaTables()
{
- if (!$this->connection->IsConnected()) return array();
- return $this->connection->MetaTables();
+ if (!$this->connection->isConnected()) return array();
+ return $this->connection->metaTables();
}
- function MetaColumns($tab, $upper=true, $schema=false)
+ function metaColumns($tab, $upper=true, $schema=false)
{
- if (!$this->connection->IsConnected()) return array();
- return $this->connection->MetaColumns($this->TableName($tab), $upper, $schema);
+ if (!$this->connection->isConnected()) return array();
+ return $this->connection->metaColumns($this->tableName($tab), $upper, $schema);
}
- function MetaPrimaryKeys($tab,$owner=false,$intkey=false)
+ function metaPrimaryKeys($tab,$owner=false,$intkey=false)
{
- if (!$this->connection->IsConnected()) return array();
- return $this->connection->MetaPrimaryKeys($this->TableName($tab), $owner, $intkey);
+ if (!$this->connection->isConnected()) return array();
+ return $this->connection->metaPrimaryKeys($this->tableName($tab), $owner, $intkey);
}
- function MetaIndexes($table, $primary = false, $owner = false)
+ function metaIndexes($table, $primary = false, $owner = false)
{
- if (!$this->connection->IsConnected()) return array();
- return $this->connection->MetaIndexes($this->TableName($table), $primary, $owner);
+ if (!$this->connection->isConnected()) return array();
+ return $this->connection->metaIndexes($this->tableName($table), $primary, $owner);
}
- function MetaType($t,$len=-1,$fieldobj=false)
+ function metaType($t,$len=-1,$fieldobj=false)
{
static $typeMap = array(
'VARCHAR' => 'C',
@@ -323,15 +342,15 @@ function MetaType($t,$len=-1,$fieldobj=false)
"SQLBOOL" => 'L'
);
- if (!$this->connection->IsConnected()) {
+ if (!$this->connection->isConnected()) {
$t = strtoupper($t);
if (isset($typeMap[$t])) return $typeMap[$t];
- return 'N';
+ return ADODB_DEFAULT_METATYPE;
}
- return $this->connection->MetaType($t,$len,$fieldobj);
+ return $this->connection->metaType($t,$len,$fieldobj);
}
- function NameQuote($name = NULL,$allowBrackets=false)
+ function nameQuote($name = NULL,$allowBrackets=false)
{
if (!is_string($name)) {
return FALSE;
@@ -360,16 +379,16 @@ function NameQuote($name = NULL,$allowBrackets=false)
return $name;
}
- function TableName($name)
+ function tableName($name)
{
if ( $this->schema ) {
- return $this->NameQuote($this->schema) .'.'. $this->NameQuote($name);
+ return $this->nameQuote($this->schema) .'.'. $this->nameQuote($name);
}
- return $this->NameQuote($name);
+ return $this->nameQuote($name);
}
- // Executes the sql array returned by GetTableSQL and GetIndexSQL
- function ExecuteSQLArray($sql, $continueOnError = true)
+ // Executes the sql array returned by getTableSQL and getIndexSQL
+ function executeSQLArray($sql, $continueOnError = true)
{
$rez = 2;
$conn = $this->connection;
@@ -377,10 +396,10 @@ function ExecuteSQLArray($sql, $continueOnError = true)
foreach($sql as $line) {
if ($this->debug) $conn->debug = true;
- $ok = $conn->Execute($line);
+ $ok = $conn->execute($line);
$conn->debug = $saved;
if (!$ok) {
- if ($this->debug) ADOConnection::outp($conn->ErrorMsg());
+ if ($this->debug) ADOConnection::outp($conn->errorMsg());
if (!$continueOnError) return 0;
$rez = 1;
}
@@ -406,17 +425,17 @@ function ExecuteSQLArray($sql, $continueOnError = true)
N: Numeric or decimal number
*/
- function ActualType($meta)
+ function actualType($meta)
{
return $meta;
}
- function CreateDatabase($dbname,$options=false)
+ function createDatabase($dbname,$options=false)
{
- $options = $this->_Options($options);
+ $options = $this->_options($options);
$sql = array();
- $s = 'CREATE DATABASE ' . $this->NameQuote($dbname);
+ $s = 'CREATE DATABASE ' . $this->nameQuote($dbname);
if (isset($options[$this->upperName]))
$s .= ' '.$options[$this->upperName];
@@ -427,7 +446,7 @@ function CreateDatabase($dbname,$options=false)
/*
Generates the SQL to create index. Returns an array of sql strings.
*/
- function CreateIndexSQL($idxname, $tabname, $flds, $idxoptions = false)
+ function createIndexSQL($idxname, $tabname, $flds, $idxoptions = false)
{
if (!is_array($flds)) {
$flds = explode(',',$flds);
@@ -435,27 +454,27 @@ function CreateIndexSQL($idxname, $tabname, $flds, $idxoptions = false)
foreach($flds as $key => $fld) {
# some indexes can use partial fields, eg. index first 32 chars of "name" with NAME(32)
- $flds[$key] = $this->NameQuote($fld,$allowBrackets=true);
+ $flds[$key] = $this->nameQuote($fld,$allowBrackets=true);
}
- return $this->_IndexSQL($this->NameQuote($idxname), $this->TableName($tabname), $flds, $this->_Options($idxoptions));
+ return $this->_indexSQL($this->nameQuote($idxname), $this->tableName($tabname), $flds, $this->_options($idxoptions));
}
- function DropIndexSQL ($idxname, $tabname = NULL)
+ function dropIndexSQL ($idxname, $tabname = NULL)
{
- return array(sprintf($this->dropIndex, $this->NameQuote($idxname), $this->TableName($tabname)));
+ return array(sprintf($this->dropIndex, $this->nameQuote($idxname), $this->tableName($tabname)));
}
- function SetSchema($schema)
+ function setSchema($schema)
{
$this->schema = $schema;
}
- function AddColumnSQL($tabname, $flds)
+ function addColumnSQL($tabname, $flds)
{
- $tabname = $this->TableName ($tabname);
+ $tabname = $this->tableName($tabname);
$sql = array();
- list($lines,$pkey,$idxs) = $this->_GenFields($flds);
+ list($lines,$pkey,$idxs) = $this->_genFields($flds);
// genfields can return FALSE at times
if ($lines == null) $lines = array();
$alter = 'ALTER TABLE ' . $tabname . $this->addCol . ' ';
@@ -464,7 +483,7 @@ function AddColumnSQL($tabname, $flds)
}
if (is_array($idxs)) {
foreach($idxs as $idx => $idxdef) {
- $sql_idxs = $this->CreateIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']);
+ $sql_idxs = $this->createIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']);
$sql = array_merge($sql, $sql_idxs);
}
}
@@ -474,19 +493,19 @@ function AddColumnSQL($tabname, $flds)
/**
* Change the definition of one column
*
- * As some DBM's can't do that on there own, you need to supply the complete defintion of the new table,
- * to allow, recreating the table and copying the content over to the new table
+ * As some DBMs can't do that on their own, you need to supply the complete definition of the new table,
+ * to allow recreating the table and copying the content over to the new table
* @param string $tabname table-name
* @param string $flds column-name and type for the changed column
- * @param string $tableflds='' complete defintion of the new table, eg. for postgres, default ''
- * @param array/string $tableoptions='' options for the new table see CreateTableSQL, default ''
+ * @param string $tableflds='' complete definition of the new table, eg. for postgres, default ''
+ * @param array/string $tableoptions='' options for the new table see createTableSQL, default ''
* @return array with SQL strings
*/
- function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
+ function alterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
{
- $tabname = $this->TableName ($tabname);
+ $tabname = $this->tableName($tabname);
$sql = array();
- list($lines,$pkey,$idxs) = $this->_GenFields($flds);
+ list($lines,$pkey,$idxs) = $this->_genFields($flds);
// genfields can return FALSE at times
if ($lines == null) $lines = array();
$alter = 'ALTER TABLE ' . $tabname . $this->alterCol . ' ';
@@ -495,7 +514,7 @@ function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
}
if (is_array($idxs)) {
foreach($idxs as $idx => $idxdef) {
- $sql_idxs = $this->CreateIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']);
+ $sql_idxs = $this->createIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']);
$sql = array_merge($sql, $sql_idxs);
}
@@ -506,71 +525,71 @@ function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
/**
* Rename one column
*
- * Some DBM's can only do this together with changeing the type of the column (even if that stays the same, eg. mysql)
+ * Some DBMs can only do this together with changeing the type of the column (even if that stays the same, eg. mysql)
* @param string $tabname table-name
* @param string $oldcolumn column-name to be renamed
* @param string $newcolumn new column-name
- * @param string $flds='' complete column-defintion-string like for AddColumnSQL, only used by mysql atm., default=''
+ * @param string $flds='' complete column-definition-string like for addColumnSQL, only used by mysql atm., default=''
* @return array with SQL strings
*/
- function RenameColumnSQL($tabname,$oldcolumn,$newcolumn,$flds='')
+ function renameColumnSQL($tabname,$oldcolumn,$newcolumn,$flds='')
{
- $tabname = $this->TableName ($tabname);
+ $tabname = $this->tableName($tabname);
if ($flds) {
- list($lines,$pkey,$idxs) = $this->_GenFields($flds);
+ list($lines,$pkey,$idxs) = $this->_genFields($flds);
// genfields can return FALSE at times
if ($lines == null) $lines = array();
- list(,$first) = each($lines);
+ $first = current($lines);
list(,$column_def) = preg_split("/[\t ]+/",$first,2);
}
- return array(sprintf($this->renameColumn,$tabname,$this->NameQuote($oldcolumn),$this->NameQuote($newcolumn),$column_def));
+ return array(sprintf($this->renameColumn,$tabname,$this->nameQuote($oldcolumn),$this->nameQuote($newcolumn),$column_def));
}
/**
* Drop one column
*
- * Some DBM's can't do that on there own, you need to supply the complete defintion of the new table,
+ * Some DBM's can't do that on their own, you need to supply the complete definition of the new table,
* to allow, recreating the table and copying the content over to the new table
* @param string $tabname table-name
* @param string $flds column-name and type for the changed column
- * @param string $tableflds='' complete defintion of the new table, eg. for postgres, default ''
- * @param array/string $tableoptions='' options for the new table see CreateTableSQL, default ''
+ * @param string $tableflds='' complete definition of the new table, eg. for postgres, default ''
+ * @param array/string $tableoptions='' options for the new table see createTableSQL, default ''
* @return array with SQL strings
*/
- function DropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
+ function dropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
{
- $tabname = $this->TableName ($tabname);
+ $tabname = $this->tableName($tabname);
if (!is_array($flds)) $flds = explode(',',$flds);
$sql = array();
$alter = 'ALTER TABLE ' . $tabname . $this->dropCol . ' ';
foreach($flds as $v) {
- $sql[] = $alter . $this->NameQuote($v);
+ $sql[] = $alter . $this->nameQuote($v);
}
return $sql;
}
- function DropTableSQL($tabname)
+ function dropTableSQL($tabname)
{
- return array (sprintf($this->dropTable, $this->TableName($tabname)));
+ return array (sprintf($this->dropTable, $this->tableName($tabname)));
}
- function RenameTableSQL($tabname,$newname)
+ function renameTableSQL($tabname,$newname)
{
- return array (sprintf($this->renameTable, $this->TableName($tabname),$this->TableName($newname)));
+ return array (sprintf($this->renameTable, $this->tableName($tabname),$this->tableName($newname)));
}
/**
Generate the SQL to create table. Returns an array of sql strings.
*/
- function CreateTableSQL($tabname, $flds, $tableoptions=array())
+ function createTableSQL($tabname, $flds, $tableoptions=array())
{
- list($lines,$pkey,$idxs) = $this->_GenFields($flds, true);
+ list($lines,$pkey,$idxs) = $this->_genFields($flds, true);
// genfields can return FALSE at times
if ($lines == null) $lines = array();
- $taboptions = $this->_Options($tableoptions);
- $tabname = $this->TableName ($tabname);
- $sql = $this->_TableSQL($tabname,$lines,$pkey,$taboptions);
+ $taboptions = $this->_options($tableoptions);
+ $tabname = $this->tableName($tabname);
+ $sql = $this->_tableSQL($tabname,$lines,$pkey,$taboptions);
// ggiunta - 2006/10/12 - KLUDGE:
// if we are on autoincrement, and table options includes REPLACE, the
@@ -579,12 +598,12 @@ function CreateTableSQL($tabname, $flds, $tableoptions=array())
// creating sql that double-drops the sequence
if ($this->autoIncrement && isset($taboptions['REPLACE']))
unset($taboptions['REPLACE']);
- $tsql = $this->_Triggers($tabname,$taboptions);
+ $tsql = $this->_triggers($tabname,$taboptions);
foreach($tsql as $s) $sql[] = $s;
if (is_array($idxs)) {
foreach($idxs as $idx => $idxdef) {
- $sql_idxs = $this->CreateIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']);
+ $sql_idxs = $this->createIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']);
$sql = array_merge($sql, $sql_idxs);
}
}
@@ -594,13 +613,13 @@ function CreateTableSQL($tabname, $flds, $tableoptions=array())
- function _GenFields($flds,$widespacing=false)
+ function _genFields($flds,$widespacing=false)
{
if (is_string($flds)) {
$padding = ' ';
$txt = $flds.$padding;
$flds = array();
- $flds0 = Lens_ParseArgs($txt,',');
+ $flds0 = lens_ParseArgs($txt,',');
$hasparam = false;
foreach($flds0 as $f0) {
$f1 = array();
@@ -643,8 +662,8 @@ function _GenFields($flds,$widespacing=false)
$pkey = array();
$idxs = array();
foreach($flds as $fld) {
- $fld = _array_change_key_case($fld);
-
+ if (is_array($fld))
+ $fld = array_change_key_case($fld,CASE_UPPER);
$fname = false;
$fdefault = false;
$fautoinc = false;
@@ -660,18 +679,23 @@ function _GenFields($flds,$widespacing=false)
$funsigned = false;
$findex = '';
$funiqueindex = false;
+ $fOptions = array();
//-----------------
// Parse attributes
foreach($fld as $attr => $v) {
- if ($attr == 2 && is_numeric($v)) $attr = 'SIZE';
- else if (is_numeric($attr) && $attr > 1 && !is_numeric($v)) $attr = strtoupper($v);
+ if ($attr == 2 && is_numeric($v))
+ $attr = 'SIZE';
+ elseif ($attr == 2 && strtoupper($ftype) == 'ENUM')
+ $attr = 'ENUM';
+ else if (is_numeric($attr) && $attr > 1 && !is_numeric($v))
+ $attr = strtoupper($v);
switch($attr) {
case '0':
case 'NAME': $fname = $v; break;
case '1':
- case 'TYPE': $ty = $v; $ftype = $this->ActualType(strtoupper($v)); break;
+ case 'TYPE': $ty = $v; $ftype = $this->actualType(strtoupper($v)); break;
case 'SIZE':
$dotat = strpos($v,'.'); if ($dotat === false) $dotat = strpos($v,',');
@@ -697,6 +721,8 @@ function _GenFields($flds,$widespacing=false)
// let INDEX keyword create a 'very standard' index on column
case 'INDEX': $findex = $v; break;
case 'UNIQUE': $funiqueindex = true; break;
+ case 'ENUM':
+ $fOptions['ENUM'] = $v; break;
} //switch
} // foreach $fld
@@ -708,7 +734,7 @@ function _GenFields($flds,$widespacing=false)
}
$fid = strtoupper(preg_replace('/^`(.+)`$/', '$1', $fname));
- $fname = $this->NameQuote($fname);
+ $fname = $this->nameQuote($fname);
if (!strlen($ftype)) {
if ($this->debug) ADOConnection::outp("Undefined TYPE for field '$fname'");
@@ -717,14 +743,24 @@ function _GenFields($flds,$widespacing=false)
$ftype = strtoupper($ftype);
}
- $ftype = $this->_GetSize($ftype, $ty, $fsize, $fprec);
+ $ftype = $this->_getSize($ftype, $ty, $fsize, $fprec, $fOptions);
- if ($ty == 'X' || $ty == 'X2' || $ty == 'B') $fnotnull = false; // some blob types do not accept nulls
+ if (($ty == 'X' || $ty == 'X2' || $ty == 'XL' || $ty == 'B') && !$this->blobAllowsNotNull)
+ /*
+ * some blob types do not accept nulls, so we override the
+ * previously defined value
+ */
+ $fnotnull = false;
- if ($fprimary) $pkey[] = $fname;
+ if ($fprimary)
+ $pkey[] = $fname;
- // some databases do not allow blobs to have defaults
- if ($ty == 'X') $fdefault = false;
+ if (($ty == 'X' || $ty == 'X2' || $ty == 'XL' || $ty == 'B') && !$this->blobAllowsDefaultValue)
+ /*
+ * some databases do not allow blobs to have defaults, so we
+ * override the previously defined value
+ */
+ $fdefault = false;
// build list of indexes
if ($findex != '') {
@@ -769,11 +805,11 @@ function _GenFields($flds,$widespacing=false)
// convert default date into database-aware code
if ($ty == 'T')
{
- $fdefault = $this->connection->DBTimeStamp($fdefault);
+ $fdefault = $this->connection->dbTimeStamp($fdefault);
}
else
{
- $fdefault = $this->connection->DBDate($fdefault);
+ $fdefault = $this->connection->dbDate($fdefault);
}
}
else
@@ -783,7 +819,7 @@ function _GenFields($flds,$widespacing=false)
$fdefault = $this->connection->qstr($fdefault);
}
}
- $suffix = $this->_CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned);
+ $suffix = $this->_createSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned);
// add index creation
if ($widespacing) $fname = str_pad($fname,24);
@@ -806,19 +842,38 @@ function _GenFields($flds,$widespacing=false)
$ftype is the actual type
$ty is the type defined originally in the DDL
*/
- function _GetSize($ftype, $ty, $fsize, $fprec)
+ function _getSize($ftype, $ty, $fsize, $fprec, $options=false)
{
if (strlen($fsize) && $ty != 'X' && $ty != 'B' && strpos($ftype,'(') === false) {
$ftype .= "(".$fsize;
if (strlen($fprec)) $ftype .= ",".$fprec;
$ftype .= ')';
}
+
+ /*
+ * Handle additional options
+ */
+ if (is_array($options))
+ {
+ foreach($options as $type=>$value)
+ {
+ switch ($type)
+ {
+ case 'ENUM':
+ $ftype .= '(' . $value . ')';
+ break;
+
+ default:
+ }
+ }
+ }
+
return $ftype;
}
// return string must begin with space
- function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned)
+ function _createSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned)
{
$suffix = '';
if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault";
@@ -827,7 +882,7 @@ function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint
return $suffix;
}
- function _IndexSQL($idxname, $tabname, $flds, $idxoptions)
+ function _indexSQL($idxname, $tabname, $flds, $idxoptions)
{
$sql = array();
@@ -856,25 +911,26 @@ function _IndexSQL($idxname, $tabname, $flds, $idxoptions)
return $sql;
}
- function _DropAutoIncrement($tabname)
+ function _dropAutoIncrement($tabname)
{
return false;
}
- function _TableSQL($tabname,$lines,$pkey,$tableoptions)
+ function _tableSQL($tabname,$lines,$pkey,$tableoptions)
{
$sql = array();
if (isset($tableoptions['REPLACE']) || isset ($tableoptions['DROP'])) {
$sql[] = sprintf($this->dropTable,$tabname);
if ($this->autoIncrement) {
- $sInc = $this->_DropAutoIncrement($tabname);
+ $sInc = $this->_dropAutoIncrement($tabname);
if ($sInc) $sql[] = $sInc;
}
if ( isset ($tableoptions['DROP']) ) {
return $sql;
}
}
+
$s = "CREATE TABLE $tabname (\n";
$s .= implode(",\n", $lines);
if (sizeof($pkey)>0) {
@@ -898,7 +954,7 @@ function _TableSQL($tabname,$lines,$pkey,$tableoptions)
GENERATE TRIGGERS IF NEEDED
used when table has auto-incrementing field that is emulated using triggers
*/
- function _Triggers($tabname,$taboptions)
+ function _triggers($tabname,$taboptions)
{
return array();
}
@@ -906,7 +962,7 @@ function _Triggers($tabname,$taboptions)
/**
Sanitize options, so that array elements with no keys are promoted to keys
*/
- function _Options($opts)
+ function _options($opts)
{
if (!is_array($opts)) return array();
$newopts = array();
@@ -938,25 +994,25 @@ function _getSizePrec($size)
This function changes/adds new fields to your table. You don't
have to know if the col is new or not. It will check on its own.
*/
- function ChangeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=false)
+ function changeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=false)
{
global $ADODB_FETCH_MODE;
$save = $ADODB_FETCH_MODE;
$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC;
- if ($this->connection->fetchMode !== false) $savem = $this->connection->SetFetchMode(false);
+ if ($this->connection->fetchMode !== false) $savem = $this->connection->setFetchMode(false);
// check table exists
$save_handler = $this->connection->raiseErrorFn;
$this->connection->raiseErrorFn = '';
- $cols = $this->MetaColumns($tablename);
+ $cols = $this->metaColumns($tablename);
$this->connection->raiseErrorFn = $save_handler;
- if (isset($savem)) $this->connection->SetFetchMode($savem);
+ if (isset($savem)) $this->connection->setFetchMode($savem);
$ADODB_FETCH_MODE = $save;
if ( empty($cols)) {
- return $this->CreateTableSQL($tablename, $flds, $tableoptions);
+ return $this->createTableSQL($tablename, $flds, $tableoptions);
}
if (is_array($flds)) {
@@ -976,7 +1032,7 @@ function ChangeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=f
$c = $cols[$k];
$ml = $c->max_length;
- $mt = $this->MetaType($c->type,$ml);
+ $mt = $this->metaType($c->type,$ml);
if (isset($c->scale)) $sc = $c->scale;
else $sc = 99; // always force change if scale not known.
@@ -998,16 +1054,16 @@ function ChangeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=f
// already exists, alter table instead
- list($lines,$pkey,$idxs) = $this->_GenFields($flds);
+ list($lines,$pkey,$idxs) = $this->_genFields($flds);
// genfields can return FALSE at times
if ($lines == null) $lines = array();
- $alter = 'ALTER TABLE ' . $this->TableName($tablename);
+ $alter = 'ALTER TABLE ' . $this->tableName($tablename);
$sql = array();
foreach ( $lines as $id => $v ) {
if ( isset($cols[$id]) && is_object($cols[$id]) ) {
- $flds = Lens_ParseArgs($v,',');
+ $flds = lens_ParseArgs($v,',');
// We are trying to change the size of the field, if not allowed, simply ignore the request.
// $flds[1] holds the type, $flds[2] holds the size -postnuke addition
diff --git a/app/vendor/adodb/adodb-php/adodb-error.inc.php b/app/vendor/adodb/adodb-php/adodb-error.inc.php
index d42a06a83..517cf9b01 100644
--- a/app/vendor/adodb/adodb-php/adodb-error.inc.php
+++ b/app/vendor/adodb/adodb-php/adodb-error.inc.php
@@ -1,19 +1,27 @@
DB_ERROR_SERIALIZATION_FAILURE
);
reset($error_regexps);
- while (list($regexp,$code) = each($error_regexps)) {
+ foreach ($error_regexps as $regexp => $code) {
if (preg_match("/$regexp/mi", $errormsg)) {
return $code;
}
@@ -245,9 +257,9 @@ function adodb_error_mysql()
1006 => DB_ERROR_CANNOT_CREATE,
1007 => DB_ERROR_ALREADY_EXISTS,
1008 => DB_ERROR_CANNOT_DROP,
- 1045 => DB_ERROR_ACCESS_VIOLATION,
+ 1045 => DB_ERROR_ACCESS_VIOLATION,
1046 => DB_ERROR_NODBSELECTED,
- 1049 => DB_ERROR_NOSUCHDB,
+ 1049 => DB_ERROR_NOSUCHDB,
1050 => DB_ERROR_ALREADY_EXISTS,
1051 => DB_ERROR_NOSUCHTABLE,
1054 => DB_ERROR_NOSUCHFIELD,
@@ -257,8 +269,8 @@ function adodb_error_mysql()
1136 => DB_ERROR_VALUE_COUNT_ON_ROW,
1146 => DB_ERROR_NOSUCHTABLE,
1048 => DB_ERROR_CONSTRAINT,
- 2002 => DB_ERROR_CONNECT_FAILED,
- 2005 => DB_ERROR_CONNECT_FAILED
+ 2002 => DB_ERROR_CONNECT_FAILED,
+ 2005 => DB_ERROR_CONNECT_FAILED
);
return $MAP;
diff --git a/app/vendor/adodb/adodb-php/adodb-errorhandler.inc.php b/app/vendor/adodb/adodb-php/adodb-errorhandler.inc.php
index 7f36ba1ee..0cd3f218b 100644
--- a/app/vendor/adodb/adodb-php/adodb-errorhandler.inc.php
+++ b/app/vendor/adodb/adodb-php/adodb-errorhandler.inc.php
@@ -1,18 +1,23 @@
Execute("select * from adoxyz");
- foreach($rs as $k => $v) {
- echo $k; print_r($v); echo "
";
- }
-
-
- Iterator code based on http://cvs.php.net/cvs.php/php-src/ext/spl/examples/cachingiterator.inc?login=2
-
-
- Moved to adodb.inc.php to improve performance.
- */
diff --git a/app/vendor/adodb/adodb-php/adodb-lib.inc.php b/app/vendor/adodb/adodb-php/adodb-lib.inc.php
index 60285305f..ced5e1261 100644
--- a/app/vendor/adodb/adodb-php/adodb-lib.inc.php
+++ b/app/vendor/adodb/adodb-php/adodb-lib.inc.php
@@ -1,25 +1,40 @@
array_pop($tmp)];
+ }
if ($arr)
if (strpos($arr[1], '(') !== false) {
$at = strpos($sql, $arr[1]);
@@ -39,6 +54,7 @@ function adodb_strip_order_by($sql)
} else {
$sql = str_replace($arr[1], '', $sql);
}
+
return $sql;
}
@@ -118,272 +134,259 @@ function adodb_transpose(&$arr, &$newarr, &$hdr, &$fobjs)
}
}
-// Force key to upper.
-// See also http://www.php.net/manual/en/function.array-change-key-case.php
-function _array_change_key_case($an_array)
-{
- if (is_array($an_array)) {
- $new_array = array();
- foreach($an_array as $key=>$value)
- $new_array[strtoupper($key)] = $value;
-
- return $new_array;
- }
-
- return $an_array;
-}
function _adodb_replace(&$zthis, $table, $fieldArray, $keyCol, $autoQuote, $has_autoinc)
{
- if (count($fieldArray) == 0) return 0;
- $first = true;
- $uSet = '';
-
- if (!is_array($keyCol)) {
- $keyCol = array($keyCol);
- }
- foreach($fieldArray as $k => $v) {
- if ($v === null) {
- $v = 'NULL';
- $fieldArray[$k] = $v;
- } else if ($autoQuote && /*!is_numeric($v) /*and strncmp($v,"'",1) !== 0 -- sql injection risk*/ strcasecmp($v,$zthis->null2null)!=0) {
- $v = $zthis->qstr($v);
- $fieldArray[$k] = $v;
- }
- if (in_array($k,$keyCol)) continue; // skip UPDATE if is key
+ // Add Quote around table name to support use of spaces / reserved keywords
+ $table=sprintf('%s%s%s', $zthis->nameQuote,$table,$zthis->nameQuote);
- if ($first) {
- $first = false;
- $uSet = "$k=$v";
- } else
- $uSet .= ",$k=$v";
- }
+ if (count($fieldArray) == 0) return 0;
- $where = false;
- foreach ($keyCol as $v) {
- if (isset($fieldArray[$v])) {
- if ($where) $where .= ' and '.$v.'='.$fieldArray[$v];
- else $where = $v.'='.$fieldArray[$v];
- }
+ if (!is_array($keyCol)) {
+ $keyCol = array($keyCol);
+ }
+ $uSet = '';
+ foreach($fieldArray as $k => $v) {
+ if ($v === null) {
+ $v = 'NULL';
+ $fieldArray[$k] = $v;
+ } else if ($autoQuote && /*!is_numeric($v) /*and strncmp($v,"'",1) !== 0 -- sql injection risk*/ strcasecmp($v,$zthis->null2null)!=0) {
+ $v = $zthis->qstr($v);
+ $fieldArray[$k] = $v;
}
+ if (in_array($k,$keyCol)) continue; // skip UPDATE if is key
- if ($uSet && $where) {
- $update = "UPDATE $table SET $uSet WHERE $where";
+ // Add Quote around column name to support use of spaces / reserved keywords
+ $uSet .= sprintf(',%s%s%s=%s',$zthis->nameQuote,$k,$zthis->nameQuote,$v);
+ }
+ $uSet = ltrim($uSet, ',');
- $rs = $zthis->Execute($update);
+ // Add Quote around column name in where clause
+ $where = '';
+ foreach ($keyCol as $v) {
+ if (isset($fieldArray[$v])) {
+ $where .= sprintf(' and %s%s%s=%s ', $zthis->nameQuote,$v,$zthis->nameQuote,$fieldArray[$v]);
+ }
+ }
+ if ($where) {
+ $where = substr($where, 5);
+ }
+ if ($uSet && $where) {
+ $update = "UPDATE $table SET $uSet WHERE $where";
+ $rs = $zthis->Execute($update);
- if ($rs) {
- if ($zthis->poorAffectedRows) {
- /*
- The Select count(*) wipes out any errors that the update would have returned.
- http://phplens.com/lens/lensforum/msgs.php?id=5696
- */
- if ($zthis->ErrorNo()<>0) return 0;
+ if ($rs) {
+ if ($zthis->poorAffectedRows) {
+ // The Select count(*) wipes out any errors that the update would have returned.
+ // PHPLens Issue No: 5696
+ if ($zthis->ErrorNo()<>0) return 0;
- # affected_rows == 0 if update field values identical to old values
- # for mysql - which is silly.
+ // affected_rows == 0 if update field values identical to old values
+ // for mysql - which is silly.
+ $cnt = $zthis->GetOne("select count(*) from $table where $where");
+ if ($cnt > 0) return 1; // record already exists
+ } else {
+ if (($zthis->Affected_Rows()>0)) return 1;
+ }
+ } else
+ return 0;
+ }
- $cnt = $zthis->GetOne("select count(*) from $table where $where");
- if ($cnt > 0) return 1; // record already exists
- } else {
- if (($zthis->Affected_Rows()>0)) return 1;
- }
- } else
- return 0;
- }
+ $iCols = $iVals = '';
+ foreach($fieldArray as $k => $v) {
+ if ($has_autoinc && in_array($k,$keyCol)) continue; // skip autoinc col
- // print "Error=".$this->ErrorNo().'
';
- $first = true;
- foreach($fieldArray as $k => $v) {
- if ($has_autoinc && in_array($k,$keyCol)) continue; // skip autoinc col
+ // Add Quote around Column Name
+ $iCols .= sprintf(',%s%s%s',$zthis->nameQuote,$k,$zthis->nameQuote);
+ $iVals .= ",$v";
+ }
+ $iCols = ltrim($iCols, ',');
+ $iVals = ltrim($iVals, ',');
- if ($first) {
- $first = false;
- $iCols = "$k";
- $iVals = "$v";
- } else {
- $iCols .= ",$k";
- $iVals .= ",$v";
- }
- }
- $insert = "INSERT INTO $table ($iCols) VALUES ($iVals)";
- $rs = $zthis->Execute($insert);
- return ($rs) ? 2 : 0;
+ $insert = "INSERT INTO $table ($iCols) VALUES ($iVals)";
+ $rs = $zthis->Execute($insert);
+ return ($rs) ? 2 : 0;
}
-// Requires $ADODB_FETCH_MODE = ADODB_FETCH_NUM
function _adodb_getmenu(&$zthis, $name,$defstr='',$blank1stItem=true,$multiple=false,
$size=0, $selectAttr='',$compareFields0=true)
{
- $hasvalue = false;
-
- if ($multiple or is_array($defstr)) {
- if ($size==0) $size=5;
- $attr = ' multiple size="'.$size.'"';
- if (!strpos($name,'[]')) $name .= '[]';
- } else if ($size) $attr = ' size="'.$size.'"';
- else $attr ='';
+ global $ADODB_FETCH_MODE;
- $s = '\n";
}
-// Requires $ADODB_FETCH_MODE = ADODB_FETCH_NUM
function _adodb_getmenu_gp(&$zthis, $name,$defstr='',$blank1stItem=true,$multiple=false,
$size=0, $selectAttr='',$compareFields0=true)
{
- $hasvalue = false;
-
- if ($multiple or is_array($defstr)) {
- if ($size==0) $size=5;
- $attr = ' multiple size="'.$size.'"';
- if (!strpos($name,'[]')) $name .= '[]';
- } else if ($size) $attr = ' size="'.$size.'"';
- else $attr ='';
+ global $ADODB_FETCH_MODE;
- $s = '\n";
}
+/**
+ * Generate the opening SELECT tag for getmenu functions.
+ *
+ * ADOdb internal function, used by _adodb_getmenu() and _adodb_getmenu_gp().
+ *
+ * @param string $name
+ * @param string $defstr
+ * @param bool $blank1stItem
+ * @param bool $multiple
+ * @param int $size
+ * @param string $selectAttr
+ *
+ * @return string HTML
+ */
+function _adodb_getmenu_select($name, $defstr = '', $blank1stItem = true,
+ $multiple = false, $size = 0, $selectAttr = '')
+{
+ if ($multiple || is_array($defstr)) {
+ if ($size == 0 ) {
+ $size = 5;
+ }
+ $attr = ' multiple size="' . $size . '"';
+ if (!strpos($name,'[]')) {
+ $name .= '[]';
+ }
+ } elseif ($size) {
+ $attr = ' size="' . $size . '"';
+ } else {
+ $attr = '';
+ }
+
+ $html = '