Skip to content

Commit 9049f68

Browse files
committed
Restore Composer indentation
1 parent 177c05b commit 9049f68

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

composer.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "directorytree/opensearch-migrations",
3-
"description": "OpenSearch migrations for Laravel",
4-
"keywords": [
5-
"opensearch",
6-
"migrations",
7-
"laravel",
8-
"php"
9-
],
10-
"type": "library",
11-
"license": "MIT",
12-
"authors": [
13-
{
14-
"name": "Steve Bauman",
15-
"email": "steven_bauman@outlook.com"
16-
}
17-
],
18-
"autoload": {
19-
"psr-4": {
20-
"DirectoryTree\\OpenSearchMigrations\\": "src"
21-
}
22-
},
23-
"autoload-dev": {
24-
"psr-4": {
25-
"DirectoryTree\\OpenSearchMigrations\\Tests\\": "tests"
26-
}
27-
},
28-
"require": {
29-
"php": "^8.2",
30-
"directorytree/opensearch-adapter": "^1.2.1",
31-
"directorytree/opensearch-client": "^1.0",
32-
"illuminate/console": "^11.0|^12.0|^13.0",
33-
"illuminate/database": "^11.0|^12.0|^13.0",
34-
"illuminate/filesystem": "^11.0|^12.0|^13.0",
35-
"illuminate/support": "^11.0|^12.0|^13.0"
36-
},
37-
"require-dev": {
38-
"laravel/framework": "^11.0|^12.0|^13.0",
39-
"laravel/pint": "^1.0",
40-
"mockery/mockery": "^1.0",
41-
"orchestra/testbench": "^9.0|^10.0|^11.0",
42-
"pestphp/pest": "^3.0"
43-
},
44-
"config": {
45-
"allow-plugins": {
46-
"php-http/discovery": true,
47-
"pestphp/pest-plugin": true
48-
}
49-
},
50-
"extra": {
51-
"laravel": {
52-
"providers": [
53-
"DirectoryTree\\OpenSearchMigrations\\OpenSearchMigrationsServiceProvider"
54-
]
55-
}
56-
},
57-
"minimum-stability": "dev",
58-
"prefer-stable": true
2+
"name": "directorytree/opensearch-migrations",
3+
"description": "OpenSearch migrations for Laravel",
4+
"keywords": [
5+
"opensearch",
6+
"migrations",
7+
"laravel",
8+
"php"
9+
],
10+
"type": "library",
11+
"license": "MIT",
12+
"authors": [
13+
{
14+
"name": "Steve Bauman",
15+
"email": "steven_bauman@outlook.com"
16+
}
17+
],
18+
"autoload": {
19+
"psr-4": {
20+
"DirectoryTree\\OpenSearchMigrations\\": "src"
21+
}
22+
},
23+
"autoload-dev": {
24+
"psr-4": {
25+
"DirectoryTree\\OpenSearchMigrations\\Tests\\": "tests"
26+
}
27+
},
28+
"require": {
29+
"php": "^8.2",
30+
"directorytree/opensearch-adapter": "^1.2.1",
31+
"directorytree/opensearch-client": "^1.0",
32+
"illuminate/console": "^11.0|^12.0|^13.0",
33+
"illuminate/database": "^11.0|^12.0|^13.0",
34+
"illuminate/filesystem": "^11.0|^12.0|^13.0",
35+
"illuminate/support": "^11.0|^12.0|^13.0"
36+
},
37+
"require-dev": {
38+
"laravel/framework": "^11.0|^12.0|^13.0",
39+
"laravel/pint": "^1.0",
40+
"mockery/mockery": "^1.0",
41+
"orchestra/testbench": "^9.0|^10.0|^11.0",
42+
"pestphp/pest": "^3.0"
43+
},
44+
"config": {
45+
"allow-plugins": {
46+
"php-http/discovery": true,
47+
"pestphp/pest-plugin": true
48+
}
49+
},
50+
"extra": {
51+
"laravel": {
52+
"providers": [
53+
"DirectoryTree\\OpenSearchMigrations\\OpenSearchMigrationsServiceProvider"
54+
]
55+
}
56+
},
57+
"minimum-stability": "dev",
58+
"prefer-stable": true
5959
}

0 commit comments

Comments
 (0)