Revision: | 4 |
Committed: | Thu Jun 10 22:23:01 2021 UTC (13 months, 4 weeks ago) by daniel-marschall |
Content type: | application/json |
File size: | 465 byte(s) |
Log Message: | Added composer.json |
# | Content |
---|---|
1 | { |
2 | "name": "danielmarschall/php_antispam", |
3 | "description": "ViaThinkSoft AntiSpam for PHP", |
4 | "version": "1.0", |
5 | "type": "library", |
6 | "homepage": "https://www.viathinksoft.com/projects/php_antispam", |
7 | "authors": [ |
8 | { |
9 | "name": "Daniel Marschall", |
10 | "email": "info@daniel-marschall.de", |
11 | "homepage": "https://www.daniel-marschall.de/" |
12 | } |
13 | ], |
14 | "license": [ |
15 | "Apache-2.0" |
16 | ], |
17 | "prefer-dist": true, |
18 | "minimum-stability": "dev", |
19 | "require": { |
20 | "php": ">=7.0" |
21 | } |
22 | } |
Name | Value |
---|---|
svn:mime-type | application/json |