diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 09:51:39 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 09:51:39 +0200 |
| commit | 8709323ba47833d1b349d3b64023f98eef510750 (patch) | |
| tree | fbfc83223c38ac05f9449b7ac6db135fc211d371 | |
| parent | 0d9b357368dfa1a736f6a896310b7d926b6d28e2 (diff) | |
update composer.json for new License
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 9e7fd3c..b2f280d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "remi/xpass", "type": "php-ext", - "license": "PHP-3.01", + "license": "BSD-3-Clause", "description": "Extended password extension", "require": { "php": ">= 8.0.0" |
