-
Notifications
You must be signed in to change notification settings - Fork 12
/
composer.json
51 lines (51 loc) · 1.52 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "padosoft/laravel-google-structured-data-testing-tool",
"description": "Laravel Laravel Package for testing Schema.org markup or other structured data formats with google structured data testing tool undocumented API.",
"keywords": [
"padosoft",
"laravel-google-structured-data-testing-tool",
"schema.org",
"Structured Data",
"markup",
"google",
"Google Structured Data Testing Tool",
"API"
],
"homepage": "https://github.com/padosoft/laravel-google-structured-data-testing-tool",
"license": "MIT",
"authors": [
{
"name": "Lorenzo Padovani",
"email": "[email protected]",
"homepage": "https://www.padosoft.com",
"role": "Developer"
}
],
"require": {
"php" : ">=7.0.0",
"illuminate/support": "^5.0",
"illuminate/console": "~5.0",
"tightenco/mailthief": "0.*",
"padosoft/support": "^1.9"
},
"require-dev": {
"orchestra/testbench": "^3.2",
"phpunit/phpunit": "^5.0",
"mockery/mockery": "^0.9.5",
"padosoft/laravel-test": "^2.0",
"padosoft/test": "^0.2"
},
"autoload": {
"psr-4": {
"Padosoft\\Laravel\\Google\\StructuredDataTestingTool\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Padosoft\\Laravel\\Google\\StructuredDataTestingTool\\Test\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}