diff options
| author | Remi Collet <remi@remirepo.net> | 2021-10-25 14:01:06 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-10-25 14:01:06 +0200 |
| commit | 1d85b6aeaf0783f0d3217922bfadef235c60a026 (patch) | |
| tree | fad9ab7fa0748feb41b229b09e324537ab279f01 /composer.json | |
| parent | 5922e594daaf52b933f195ef681a491b0205eceb (diff) | |
update to 2.0.1
rename to php-psr-container2
install in /usr/share/php/Psr/Container2
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 3797a25..4bc837a 100644 --- a/composer.json +++ b/composer.json @@ -18,5 +18,10 @@ "psr-4": { "Psr\\Container\\": "src/" } + }, + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } } } |
