diff --git a/lib/symfony/deprecation-contracts/LICENSE b/lib/symfony/deprecation-contracts/LICENSE index 406242ff285..0ed3a246553 100644 --- a/lib/symfony/deprecation-contracts/LICENSE +++ b/lib/symfony/deprecation-contracts/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2022 Fabien Potencier +Copyright (c) 2020-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/symfony/deprecation-contracts/README.md b/lib/symfony/deprecation-contracts/README.md index 4957933a6cc..9814864c03f 100644 --- a/lib/symfony/deprecation-contracts/README.md +++ b/lib/symfony/deprecation-contracts/README.md @@ -22,5 +22,5 @@ trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use This will generate the following message: `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.` -While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty +While not recommended, the deprecation notices can be completely ignored by declaring an empty `function trigger_deprecation() {}` in your application. diff --git a/lib/symfony/deprecation-contracts/composer.json b/lib/symfony/deprecation-contracts/composer.json index 1c1b4ba0e94..ceb6c079610 100644 --- a/lib/symfony/deprecation-contracts/composer.json +++ b/lib/symfony/deprecation-contracts/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=8.0.2" + "php": ">=8.1" }, "autoload": { "files": [ @@ -25,7 +25,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "3.0-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", diff --git a/lib/thirdpartylibs.xml b/lib/thirdpartylibs.xml index 8dca153892c..d529850ee15 100644 --- a/lib/thirdpartylibs.xml +++ b/lib/thirdpartylibs.xml @@ -701,7 +701,7 @@ All rights reserved. symfony/deprecation-contracts Symfony Deprecation contracts A generic function and convention to trigger deprecation notices - 3.1.1 + 3.5.0 MIT https://github.com/symfony/deprecation-contracts