Merge pull request #49 from localheinz/feature/source

Enhancement: Add link to source to `composer.json`
This commit is contained in:
Alessandro Lai
2023-09-22 13:11:30 +02:00
committed by GitHub

View File

@@ -11,6 +11,9 @@
"homepage": "https://www.php-fig.org/"
}
],
"support": {
"source": "https://github.com/php-fig/container"
},
"require": {
"php": ">=7.4.0"
},