diff options
| author | Damien Regad <dregad@mantisbt.org> | 2018-01-30 17:34:10 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2018-01-30 17:34:10 +0100 |
| commit | d9e72c42289728fae75420a9344ec70f3019ec2a (patch) | |
| tree | ce58d8fd670ff1d9aad22e53019c0f968b11be86 /composer.json | |
| parent | 5ba0d0365df3e91a5b746b3b088ec6d0f37a15e5 (diff) | |
| parent | f6d8820eaacaaba4e1b4f21ffa10a5da3075c611 (diff) | |
| download | adodb-d9e72c42289728fae75420a9344ec70f3019ec2a.tar.gz adodb-d9e72c42289728fae75420a9344ec70f3019ec2a.tar.bz2 adodb-d9e72c42289728fae75420a9344ec70f3019ec2a.zip | |
Merge branch 'hotfix/5.20.10'
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b86ce676..ef5f5438 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "adodb/adodb-php", "description" : "ADOdb is a PHP database abstraction layer library", - "license" : [ "BSD-3-Clause", "LGPL-2.1" ], + "license" : [ "BSD-3-Clause", "LGPL-2.1-or-later" ], "authors" : [ { "name": "John Lim", |
