Skip to content

Commit afefa7f

Browse files
author
Rick Mann
committed
Update composer.json
1 parent b324b58 commit afefa7f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "riari/laravel-forum",
3-
"description": "A complete forum package designed for easy integration into any Laravel 4 application",
4-
"keywords": ["laravel", "laravel-4", "forum", "discuss"],
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Riari",
9-
"email": "[email protected]"
10-
}
11-
],
12-
"require": {
13-
"php": ">=5.3.0",
14-
"illuminate/support": "4.2.*"
15-
},
16-
"autoload": {
17-
"classmap": [
18-
"src/migrations"
2+
"name": "riari/laravel-forum",
3+
"description": "A complete forum package designed for easy integration into any Laravel 4/5 application",
4+
"keywords": ["laravel", "laravel-4", "laravel-5", "forum", "discuss"],
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Riari",
9+
"email": "[email protected]"
10+
}
1911
],
20-
"psr-0": {
21-
"Riari\\Forum\\": "src/"
22-
}
23-
},
24-
"minimum-stability": "dev"
12+
"require": {
13+
"php": ">=5.3.0",
14+
"illuminate/support": "4.2.*"
15+
},
16+
"autoload": {
17+
"classmap": [
18+
"src/migrations"
19+
],
20+
"psr-0": {
21+
"Riari\\Forum\\": "src/"
22+
}
23+
},
24+
"minimum-stability": "dev"
2525
}

0 commit comments

Comments
 (0)