diff --git a/LICENSE b/LICENSE index d354b95..99c6bdf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021-2023 Fabien Potencier +Copyright (c) 2021-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/README.md b/README.md index 070937f..006e7a2 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,6 @@ Runtime Component Symfony Runtime enables decoupling applications from global state. -Sponsor -------- - -The Runtime component for Symfony 6.1 is [backed][1] by [Fulgens][2]. - -Fulgens is a human-sized company founded in 2018. Specialized in development, we -provide support, analysis and training. Symfony being at the heart of our work, -we are committed to contribute to its development at our own scale. - -Help Symfony by [sponsoring][3] its development! - Resources --------- @@ -22,7 +11,3 @@ Resources * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) in the [main Symfony repository](https://github.com/symfony/symfony) - -[1]: https://symfony.com/backers -[2]: https://fulgens.be -[3]: https://symfony.com/sponsor diff --git a/composer.json b/composer.json index 060b09e..a9f91de 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "symfony/runtime", "type": "composer-plugin", "description": "Enables decoupling PHP applications from global state", + "keywords": ["runtime"], "homepage": "https://symfony.com", "license" : "MIT", "authors": [