Skip to content

Commit a71d617

Browse files
committed
:octocat: repo move
1 parent cf6634c commit a71d617

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

composer.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
{
2-
"name": "chillerlan/bbcode",
2+
"name": "chillerlan/php-bbcode",
33
"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",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
8-
"bbcode",
9-
"parser"
8+
"bbcode", "parser", "html5", "markdown"
109
],
1110
"authors": [
1211
{
1312
"name": "Smiley",
14-
"email": "smiley@chillerlan.net"
13+
"email": "smiley@chillerlan.net",
14+
"homepage": "https://github.com/codemasher"
1515
}
1616
],
17+
"support": {
18+
"issues": "https://github.com/chillerlan/php-bbcode/issues",
19+
"source": "https://github.com/chillerlan/php-bbcode"
20+
},
21+
"minimum-stability": "stable",
1722
"require": {
1823
"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"
2126
},
2227
"require-dev": {
23-
"phpunit/phpunit": "6.0.*",
24-
"vlucas/phpdotenv": "2.*"
28+
"phpunit/phpunit": "^6.5",
29+
"chillerlan/database": "^1.0"
2530
},
2631
"autoload": {
2732
"psr-4": {

0 commit comments

Comments
 (0)