Skip to content

Commit a105de2

Browse files
committed
repo move & phpunit version bump
1 parent e7a2783 commit a105de2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

composer.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chillerlan/bbcode",
3-
"description": "A powerful, extensive recursive regexp BBCode parser. PHP 5.6+, PHP 7",
4-
"homepage": "https://github.com/chillerlan/bbcode",
3+
"description": "A powerful, extensive recursive regexp BBCode parser. PHP 7+",
4+
"homepage": "https://github.com/codemasher/php-bbcode",
55
"license": "MIT",
66
"type": "library",
77
"keywords": [
@@ -20,22 +20,18 @@
2020
"chillerlan/php-curl": "dev-master"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "5.2.*",
24-
"vlucas/phpdotenv": "2.2.*"
25-
},
26-
"suggest": {
27-
"chillerlan/framework": "A simple framework featuring a PDO/MySQLi SQL wrapper and other cool stuff. PHP 5.6+, PHP 7",
28-
"chillerlan/gw1-database": "A Guild Wars (not 2!) database including everything to parse GWBBcode, calculate skills, import/export templates, create maps etc.. PHP 5.6+, PHP 7"
23+
"phpunit/phpunit": "6.0.*",
24+
"vlucas/phpdotenv": "2.*"
2925
},
3026
"autoload": {
3127
"psr-4": {
32-
"chillerlan\\bbcode\\": "src/",
33-
"chillerlan\\bbcodeExamples\\": "examples/"
28+
"chillerlan\\bbcode\\": "src/"
3429
}
3530
},
3631
"autoload-dev": {
3732
"psr-4": {
38-
"chillerlan\\BBCodeTest\\": "tests/"
33+
"chillerlan\\bbcodeTest\\": "tests/",
34+
"chillerlan\\bbcodeExamples\\": "examples/"
3935
}
4036
}
4137
}

0 commit comments

Comments
 (0)