Skip to content

Commit 421c4b3

Browse files
authored
Merge pull request #1284 from sarjona/phpenumlegacylib
Add php-enum to legacy-libraries
2 parents 14a906c + 71aae8b commit 421c4b3

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

data/legacy-libraries.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,5 +252,17 @@
252252
"licenseversion": "2.0",
253253
"repository": "https://github.com/box/spout/",
254254
"customised": false
255+
},
256+
{
257+
"copyrightHolders": [
258+
"2015 My C-Labs"
259+
],
260+
"location": "lib/php-enum",
261+
"name": "php-enum",
262+
"description": "PHP Enum implementation inspired from SplEnum",
263+
"version": "1.8.4",
264+
"license": "MIT",
265+
"repository": "https://github.com/myclabs/php-enum",
266+
"customised": false
255267
}
256268
]

general/community/credits/thirdpartylibs.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,23 @@ This library is not currently used in Moodle
14511451
- 2004-2008 The PHP Group
14521452
- 2004-2008 Stephan Schmidt
14531453

1454+
### php-enum
1455+
1456+
PHP Enum implementation inspired from SplEnum
1457+
1458+
:::danger Outdated
1459+
1460+
This library is not currently used in Moodle
1461+
1462+
:::
1463+
1464+
- **Location**: lib/php-enum
1465+
- **Version**: 1.8.4
1466+
- **License**: MIT
1467+
- **URL**: [https://github.com/myclabs/php-enum](https://github.com/myclabs/php-enum)
1468+
- **Copyright holders**:
1469+
- 2015 My C-Labs
1470+
14541471
### PHPExcel
14551472

14561473
Library to read, write and create spreadsheet documents in PHP.

0 commit comments

Comments
 (0)