Skip to content

Commit 6d65f1e

Browse files
committed
Update composer.json
1 parent 0209d5c commit 6d65f1e

1 file changed

Lines changed: 54 additions & 74 deletions

File tree

composer.json

Lines changed: 54 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,57 @@
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-
"repositories": [
45-
{
46-
"type": "path",
47-
"url": "../OpenSearchAdapter",
48-
"options": {
49-
"versions": {
50-
"directorytree/opensearch-adapter": "1.2.1"
51-
}
52-
}
53-
},
54-
{
55-
"type": "path",
56-
"url": "../OpenSearchClient",
57-
"options": {
58-
"versions": {
59-
"directorytree/opensearch-client": "1.0.0"
60-
}
61-
}
62-
}
63-
],
64-
"config": {
65-
"allow-plugins": {
66-
"php-http/discovery": true,
67-
"pestphp/pest-plugin": true
68-
}
69-
},
70-
"extra": {
71-
"laravel": {
72-
"providers": [
73-
"DirectoryTree\\OpenSearchMigrations\\OpenSearchMigrationsServiceProvider"
74-
]
75-
}
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"
7616
}
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.2",
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+
}
7757
}

0 commit comments

Comments
 (0)