Skip to content

Commit

Permalink
feature #22590 [Lock] remove the component from 3.3 (fabpot)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Apr 30, 2017
2 parents 82a6a35 + 37ec869 commit 7010a7a
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 2,963 deletions.
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -56,7 +56,6 @@
"symfony/inflector": "self.version",
"symfony/intl": "self.version",
"symfony/ldap": "self.version",
"symfony/lock": "self.version",
"symfony/monolog-bridge": "self.version",
"symfony/options-resolver": "self.version",
"symfony/process": "self.version",
Expand Down
3 changes: 0 additions & 3 deletions src/Symfony/Component/Lock/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions src/Symfony/Component/Lock/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Lock/Exception/ExceptionInterface.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Symfony/Component/Lock/Exception/InvalidArgumentException.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Lock/Exception/LockAcquiringException.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Lock/Exception/LockConflictedException.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Lock/Exception/LockReleasingException.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Lock/Exception/LockStorageException.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/Symfony/Component/Lock/Exception/NotSupportedException.php

This file was deleted.

51 changes: 0 additions & 51 deletions src/Symfony/Component/Lock/Factory.php

This file was deleted.

73 changes: 0 additions & 73 deletions src/Symfony/Component/Lock/Key.php

This file was deleted.

19 changes: 0 additions & 19 deletions src/Symfony/Component/Lock/LICENSE

This file was deleted.

0 comments on commit 7010a7a

Please sign in to comment.