Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7010a7a

Browse files
committed
feature #22590 [Lock] remove the component from 3.3 (fabpot)
This PR was merged into the 3.3-dev branch. Discussion ---------- [Lock] remove the component from 3.3 | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22580 | License | MIT | Doc PR | n/a As decided in #22580, we will read the Lock component in 3.4. Commits ------- 37ec869 [Lock] remove the component from 3.3
2 parents 82a6a35 + 37ec869 commit 7010a7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+0
-2963
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"symfony/inflector": "self.version",
5757
"symfony/intl": "self.version",
5858
"symfony/ldap": "self.version",
59-
"symfony/lock": "self.version",
6059
"symfony/monolog-bridge": "self.version",
6160
"symfony/options-resolver": "self.version",
6261
"symfony/process": "self.version",

src/Symfony/Component/Lock/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Symfony/Component/Lock/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/ExceptionInterface.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/InvalidArgumentException.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/LockAcquiringException.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/LockConflictedException.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/LockReleasingException.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/LockStorageException.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Symfony/Component/Lock/Exception/NotSupportedException.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Symfony/Component/Lock/Factory.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/Symfony/Component/Lock/Key.php

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/Symfony/Component/Lock/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)