Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7010a7a

Browse filesBrowse 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
Copy full SHA for 7010a7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

44 files changed

+0
-2963
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/.gitignore
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎src/Symfony/Component/Lock/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/CHANGELOG.md
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/ExceptionInterface.php
-21Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/InvalidArgumentException.php
-19Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/LockAcquiringException.php
-21Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/LockConflictedException.php
-21Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/LockReleasingException.php
-21Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/LockStorageException.php
-21Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Exception/NotSupportedException.php
-21Lines changed: 0 additions & 21 deletions
This file was deleted.

‎src/Symfony/Component/Lock/Factory.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Factory.php
-51Lines changed: 0 additions & 51 deletions
This file was deleted.

‎src/Symfony/Component/Lock/Key.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Key.php
-73Lines changed: 0 additions & 73 deletions
This file was deleted.

‎src/Symfony/Component/Lock/LICENSE

Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/LICENSE
-19Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.