Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
107 lines (107 loc) · 3.51 KB

File metadata and controls

107 lines (107 loc) · 3.51 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "friendsofsymfony/elastica-bundle",
"description": "Elasticsearch PHP integration for your Symfony project using Elastica",
"license": "MIT",
"type": "symfony-bundle",
"keywords": [
"doctrine2",
"elastica",
"elasticsearch",
"mongodb",
"search"
],
"authors": [
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle/contributors"
},
{
"name": "Tim Nagel",
"email": "tim@nagel.com.au"
},
{
"name": "Richard Miller",
"email": "richard.miller@limethinking.co.uk"
},
{
"name": "Jeremy Mikola",
"email": "jmikola@gmail.com"
}
],
"homepage": "https://github.com/FriendsOfSymfony/FOSElasticaBundle",
"require": {
"php": "^8.1",
"pagerfanta/pagerfanta": "^3.0 || ^4.0",
"psr/log": "^3.0",
"ruflin/elastica": "^8.0 || ^9.0",
"symfony/console": "^6.4 || ^7.4 || ^8.0",
"symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
"symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
"symfony/property-access": "^6.4 || ^7.4 || ^8.0",
"symfony/stopwatch": "^6.4 || ^7.4 || ^8.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.5 || ^3.0",
"doctrine/mongodb-odm": "^2.2",
"doctrine/orm": "^2.17 || ^3.2",
"doctrine/phpcr-odm": "^1.5.3 || ^2.0 || ^3.0",
"ergebnis/composer-normalize": "^2.28",
"jackalope/jackalope-doctrine-dbal": "^2.0",
"jms/serializer": "^3.32",
"jms/serializer-bundle": "^5.4",
"knplabs/knp-components": "^4.0 || ^5.0",
"nyholm/psr7": "^1.8",
"php-cs-fixer/shim": "3.60.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-symfony": "^1.4",
"phpunit/phpunit": "^9.5",
"symfony/expression-language": "^6.4 || ^7.4 || ^8.0",
"symfony/http-client": "^6.4 || ^7.4 || ^8.0",
"symfony/messenger": "^6.4 || ^7.4 || ^8.0",
"symfony/serializer": "^6.4 || ^7.4 || ^8.0",
"symfony/twig-bundle": "^6.4 || ^7.4 || ^8.0",
"symfony/web-profiler-bundle": "^6.4 || ^7.4 || ^8.0",
"symfony/yaml": "^6.4 || ^7.4 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<1.12.0"
},
"suggest": {
"enqueue/elastica-bundle": "For populating Elasticsearch indexes asynchronously and using significanly less resources. Uses Enqueue.",
"symfony/messenger": "For populating Elasticsearch indexes asynchronously and using significanly less resources."
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"FOS\\ElasticaBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"FOS\\ElasticaBundle\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
}
},
"extra": {
"branch-alias": {
"dev-master": "7.2.x-dev"
}
},
"scripts": {
"cs": [
"@php vendor/bin/php-cs-fixer fix --allow-risky=yes"
],
"sca": [
"@php vendor/bin/phpstan --memory-limit=256M"
]
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.