Nico Huber | ee52fbc | 2023-06-24 11:52:57 +0000 | [diff] [blame] | 1 | { |
| 2 | "name": "simpleid/simpleid", |
| 3 | "description": "A simple, personal OpenID provider written in PHP", |
| 4 | "type": "project", |
| 5 | "require": { |
| 6 | "php": "^5.3 | ^7.0", |
| 7 | "ext-bcmath": "*", |
| 8 | "ext-pcre": "*", |
| 9 | "ext-session": "*", |
| 10 | "ext-xml": "*", |
| 11 | "ext-hash": "*" |
| 12 | }, |
| 13 | "suggest": { |
| 14 | "ext-gmp": "Better performance" |
| 15 | }, |
| 16 | "require-dev": { |
| 17 | "pear/archive_tar": "^1.4", |
| 18 | "gettext/gettext": "^5.0", |
| 19 | "gettext/php-scanner": "^1.0", |
| 20 | "consolidation/robo": "1.0" |
| 21 | }, |
| 22 | "scripts": { |
| 23 | "build": [ "@composer install", "robo build" ], |
| 24 | "xgettext": [ "@composer install", "robo xgettext" ] |
| 25 | }, |
| 26 | "license": "GPL-2.0+", |
| 27 | "authors": [ |
| 28 | { |
| 29 | "name": "Kelvin Mo", |
| 30 | "email": "kmo@users.sourceforge.net" |
| 31 | } |
| 32 | ] |
| 33 | } |