This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Lock
Fabien Potencier 1f4100d635 Merge branch '4.1'
* 4.1:
  Supress deprecation notices thrown when getting private servies from container in tests
  Uses `protected` for test functions
  [Messenger] Allow to scope handlers per bus
  do not mock the session in token storage tests
  [DependencyInjection] resolve array env vars
  Add Occitan plural rule
  Fix security/* cross-dependencies
  [Messenger] implement several senders using a ChainSender
  [Lock] Skip test if posix extension is not installed
  fix bug when imported routes are prefixed
  [DI] Allow defining bindings on ChildDefinition
  use strict compare in url validator
  Disallow illegal characters like "." in session.name
  [HttpKernel] do file_exists() check instead of silent notice
  Select alternatives on missing receiver arg or typo
  fix rounding from string
2018-05-21 12:10:22 +02:00
..
Exception Mark ExceptionInterfaces throwable 2018-03-30 17:58:13 +02:00
Store Merge branch '3.4' into 4.0 2018-05-16 11:05:32 +02:00
Strategy Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
Tests Merge branch '4.0' into 4.1 2018-05-21 12:10:11 +02:00
.gitignore [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
CHANGELOG.md [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
Factory.php [Lock] Automaticaly release lock when user forget it 2017-10-01 11:03:19 -07:00
Key.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
LICENSE Merge branch '3.3' into 3.4 2018-01-03 18:14:19 +01:00
Lock.php Add a TTL to refresh lock 2018-02-19 14:37:52 +01:00
LockInterface.php Add a TTL to refresh lock 2018-02-19 14:37:52 +01:00
phpunit.xml.dist [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
README.md [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
StoreInterface.php [Lock] Fix incorrect phpdoc 2017-12-11 10:12:53 +01:00