|
1 | 1 | {
|
2 |
| - "name": "chillerlan/bbcode", |
| 2 | + "name": "chillerlan/php-bbcode", |
3 | 3 | "description": "A powerful, extensive recursive regexp BBCode parser. PHP 7+",
|
4 |
| - "homepage": "https://github.com/codemasher/php-bbcode", |
| 4 | + "homepage": "https://github.com/chillerlan/php-bbcode", |
5 | 5 | "license": "MIT",
|
6 | 6 | "type": "library",
|
7 | 7 | "keywords": [
|
8 |
| - "bbcode", |
9 |
| - "parser" |
| 8 | + "bbcode", "parser", "html5", "markdown" |
10 | 9 | ],
|
11 | 10 | "authors": [
|
12 | 11 | {
|
13 | 12 | "name": "Smiley",
|
14 |
| - "email": "smiley@chillerlan.net" |
| 13 | + "email": "smiley@chillerlan.net", |
| 14 | + "homepage": "https://github.com/codemasher" |
15 | 15 | }
|
16 | 16 | ],
|
| 17 | + "support": { |
| 18 | + "issues": "https://github.com/chillerlan/php-bbcode/issues", |
| 19 | + "source": "https://github.com/chillerlan/php-bbcode" |
| 20 | + }, |
| 21 | + "minimum-stability": "stable", |
17 | 22 | "require": {
|
18 | 23 | "php": ">=7.0.0",
|
19 |
| - "chillerlan/database": "dev-master", |
20 |
| - "chillerlan/php-curl": "dev-master" |
| 24 | + "chillerlan/php-curl": "^1.0", |
| 25 | + "chillerlan/php-traits": "^1.1" |
21 | 26 | },
|
22 | 27 | "require-dev": {
|
23 |
| - "phpunit/phpunit": "6.0.*", |
24 |
| - "vlucas/phpdotenv": "2.*" |
| 28 | + "phpunit/phpunit": "^6.5", |
| 29 | + "chillerlan/database": "^1.0" |
25 | 30 | },
|
26 | 31 | "autoload": {
|
27 | 32 | "psr-4": {
|
|
0 commit comments