Skip to content

Commit 7d7e212

Browse files
author
Alex Wijnholds
committed
Modified the composer.json to also suggest the debugbar
1 parent 09bf7fc commit 7d7e212

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

composer.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
{
2-
"name": "softwarepunt/php-activerecord",
3-
"type": "library",
4-
"description": "php-activerecord is an open source ORM library based on the ActiveRecord pattern.",
5-
"keywords": ["activerecord", "orm"],
6-
"homepage": "http://www.phpactiverecord.org/",
7-
"license": "MIT",
8-
"require": {
9-
"php": ">=5.3.0"
10-
},
11-
"require-dev": {
12-
"phpunit/phpunit": "3.7.*",
13-
"pear/pear_exception": "1.0-beta1",
14-
"pear/log": "~1.12"
15-
},
16-
"autoload": {
17-
"files": [ "ActiveRecord.php" ]
18-
}
2+
"name": "softwarepunt/php-activerecord",
3+
"type": "library",
4+
"description": "php-activerecord is an open source ORM library based on the ActiveRecord pattern.",
5+
"keywords": [
6+
"activerecord",
7+
"orm"
8+
],
9+
"homepage": "http://www.phpactiverecord.org/",
10+
"license": "MIT",
11+
"require": {
12+
"php": ">=5.3.0"
13+
},
14+
"suggested": {
15+
"maximebf/debugbar": "This package can intergrate into the PHP Debugbar"
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "3.7.*",
19+
"pear/pear_exception": "1.0-beta1",
20+
"pear/log": "~1.12"
21+
},
22+
"autoload": {
23+
"files": ["ActiveRecord.php"]
24+
}
1925
}

0 commit comments

Comments
 (0)