Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Remove invalid composer.lock as it makes CI/CD fail with composer 2.5.x #6

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
02092ef
NEXT-20697 - Prepare 6.4.10.0
pweyck Mar 21, 2022
a53cce6
NEXT-20528 - Do not use colon in DBAL parameter names
keulinho Mar 16, 2022
ea9d155
NEXT-21076 - Prepare 6.4.10.1
pweyck Apr 11, 2022
969ba49
NEXT-21076 - Merge tag 'v6.4.10.1' into next-21076/merge-back-6.4.10.1
pweyck Apr 20, 2022
0ce7021
NEXT-21225 - Prepare 6.4.11.0
pweyck Apr 25, 2022
dda208a
NEXT-21463 - Prepare 6.4.11.1
pweyck May 4, 2022
a499e17
NEXT-21463 - Merge tag 'v6.4.11.1' into next-21463/merge-back-6.4.11.1
pweyck May 5, 2022
af68c4b
NEXT-19173 - Added internal flag for storefront controller, test name…
OliverSkroblin May 5, 2022
3e4d7b8
NEXT-20755 - Catch Installer redirect error and forward to admin with…
shyim May 6, 2022
bf73e34
NEXT-20755 - Fix error reporting in Recovery
shyim May 6, 2022
b360e43
NEXT-21494 - Update ECS
keulinho May 10, 2022
871da29
NEXT-21715 - Remove faker deprecations
shyim May 23, 2022
b99a7ff
NEXT-21194 - Move database config page
keulinho Jun 9, 2022
67db357
NEXT-21194 - Add database config page
keulinho Aug 3, 2022
3e590ed
NEXT-21194 - Remove old installer
keulinho Aug 8, 2022
e75a49d
NEXT-21194 - Fix system config checks with unlimited values
keulinho Aug 9, 2022
f77950e
NEXT-22903 - Don't use deprecated installer service
keulinho Aug 22, 2022
f11d5f4
NEXT-23037 - Prepare 6.4.15.0 release
philipreinken Aug 29, 2022
1a91a7f
NEXT-20639 - Remove unneeded phpunit xml files
shyim Sep 7, 2022
d43b9d2
NEXT-23037 - Merge branch '6.4.15.0' into next-23037/merge-back-6-4-15-0
philipreinken Sep 19, 2022
4fd9796
NEXT-23278 - Remove filesystem check for next updates
shyim Sep 19, 2022
ef59271
NEXT-23304 - Fix CLI Updater
keulinho Sep 20, 2022
fc41938
NEXT-23312 - Prepare 6.4.15.1
pweyck Sep 20, 2022
a819077
NEXT-23312 - Merge branch '6.4.15.1' into next-23312/merge-back-6-4-15-1
philipreinken Sep 21, 2022
55c9fc1
NEXT-23312 - Prepare 6.4.16.0 release
philipreinken Sep 21, 2022
a137598
NEXT-23466 - Prepare 6.4.15.2
pweyck Sep 28, 2022
95cd19e
NEXT-23466 - Merge branch '6.4.15.2' into next-23466/merge-back-6.4.15.2
pweyck Sep 29, 2022
6977814
NEXT-23278 - Remove filesystem check for next updates
shyim Sep 19, 2022
d51642c
NEXT-23466 - Merge branch '6.4.15.2' into next-23466/merge-back-6-4-15-2
philipreinken Oct 5, 2022
4a18ff3
NEXT-21044 - Update missing version word at version number
nguyenquocdaile Oct 6, 2022
2331662
NEXT-23374 - Merge branch '6.4.16.0' into next-23374/merge-back-6-4-16-0
philipreinken Oct 10, 2022
2ddae73
Merge branch 'next-23245/mailer-transport-factory' into 'trunk'
keulinho Oct 11, 2022
95e74cd
Merge branch 'next-23374/merge-back-6-4-16-0' into 'trunk'
philipreinken Oct 12, 2022
64e9b71
NEXT-23353 - Add ECS SingleQuoteFixer
keulinho Oct 17, 2022
5789fd9
NEXT-23567 - Fix updater process via CLI with PHP 8.1
keulinho Oct 25, 2022
017a488
NEXT-24216 - Autoload QueryBuilder patch in updater
pweyck Nov 18, 2022
b3d14a3
NEXT-17560 - Updated some snippets for DE
Aug 11, 2022
9d0e3f8
NEXT-17560 - Remove CountryAddressFormattingService
vienthuong Aug 15, 2022
09cc922
Merge branch 'next-17560/feature/configurable-validation-for-address-…
pweyck Nov 21, 2022
9e6034b
NEXT-24272 - Prepare release v6.4.18.0
philipreinken Nov 21, 2022
2dfa81e
Release v6.4.18.0
Dec 8, 2022
a66519c
Ticket #148462: remove invalid composer.lock as it makes CI/CD fail w…
evs-xsarus Jan 2, 2023
d0bc761
Delete composer.lock
evs-xsarus Jan 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,485 changes: 1,485 additions & 0 deletions Common/Doctrine/Patch/QueryBuilder.php

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions Common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"require": {
"php": "^7.4.3 || ^8.0",
"defuse/php-encryption": "2.2.1",
"doctrine/dbal": "2.13.3",
"doctrine/dbal": "~2.13.8",
"hansott/psr7-cookies": "3.0.0",
"knplabs/gaufrette": "0.9.0",
"paragonie/random_compat": "2.0.18",
Expand All @@ -16,9 +16,11 @@
"symfony/event-dispatcher": "~5.3.0"
},
"autoload": {
"files": [
"Doctrine/Patch/QueryBuilder.php"
],
"psr-4": {
"Shopware\\Recovery\\Common\\": "src",
"Shopware\\Recovery\\Install\\": "../Install/src",
"Shopware\\Recovery\\Update\\": "../Update/src"
}
},
Expand Down
Loading