We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6116b6 commit b8afa7cCopy full SHA for b8afa7c
composer.json
@@ -9,17 +9,17 @@
9
"email": "[email protected]"
10
}
11
],
12
- "require": {
13
- "php": ">=5.6.0",
14
- "illuminate/support": "4.*|5.*"
15
- },
16
- "require-dev": {
17
- "phpunit/phpunit": "5.*",
18
- "illuminate/database": "4.*|5.*",
19
- "symfony/process": "~2.3",
20
- "codeclimate/php-test-reporter": "dev-master",
21
- "phpmd/phpmd" : "@stable"
22
+ "require": {
+ "php": ">=5.6.0",
+ "illuminate/support": "4.*|5.*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "5.*",
+ "illuminate/database": "4.*|5.*",
+ "symfony/process": "~2.3",
+ "codeclimate/php-test-reporter": "dev-master",
+ "phpmd/phpmd" : "@stable"
23
"autoload": {
24
"psr-4": {
25
"Bluora\\LaravelModelJson\\": "src/"
0 commit comments