forked from corcel/corcel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1011 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "jgrossi/corcel",
"replace": { "juniorgrossi/corcel": "self.version" },
"description": "Use WordPress backend with Laravel or any PHP framework",
"homepage": "http://github.com/corcel/corcel",
"license": "MIT",
"authors": [
{
"name": "Junior Grossi",
"email": "juniorgro@gmail.com",
"homepage": "http://jgrossi.com"
}
],
"require": {
"php": ">=7.0.0",
"illuminate/database": "5.5.*",
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*",
"fzaninotto/faker": "^1.6",
"hautelook/phpass": "0.3.4",
"thunderer/shortcode": "^0.6.2"
},
"require-dev": {
"orchestra/testbench": "3.5.*",
"orchestra/database": "3.5.*",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
"Corcel\\": "src/",
"Corcel\\Tests\\": "tests/"
}
}
}