forked from ems-project/elasticms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '5.x' into fix/zwsp_in_xliff
- Loading branch information
Showing
104 changed files
with
1,670 additions
and
1,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name" : "elasticms/admin-ui-bundle", | ||
"description" : "Admin ui bundle for elasticms", | ||
"type" : "symfony-bundle", | ||
"keywords" : [ | ||
"elasticms", | ||
"admin", | ||
"ui" | ||
], | ||
"license" : "MIT", | ||
"authors" : [ | ||
{ | ||
"name" : "EMS Community", | ||
"homepage" : "https://github.com/ems-project/EMSAdminUIBundle/contributors" | ||
} | ||
], | ||
"require" : { | ||
"php": "^8.1", | ||
"elasticms/core-bundle": "5.21.*" | ||
}, | ||
"autoload" : { | ||
"psr-4" : { | ||
"EMS\\AdminUIBundle\\" : "src/" | ||
} | ||
}, | ||
"config": { | ||
"lock": false, | ||
"sort-packages": true | ||
} | ||
"name": "elasticms/admin-ui-bundle", | ||
"description": "Admin ui bundle for elasticms", | ||
"type": "symfony-bundle", | ||
"keywords": [ | ||
"elasticms", | ||
"admin", | ||
"ui" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "EMS Community", | ||
"homepage": "https://github.com/ems-project/EMSAdminUIBundle/contributors" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"elasticms/core-bundle": "5.21.*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"EMS\\AdminUIBundle\\": "src/" | ||
} | ||
}, | ||
"config": { | ||
"lock": false, | ||
"sort-packages": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
{ | ||
"name" : "elasticms/client-helper-bundle", | ||
"description" : "An elasticms extension for client helper functions (Graphical frontend, API, ... )", | ||
"type" : "symfony-bundle", | ||
"keywords" : [ | ||
"elasticms" | ||
], | ||
"license" : "MIT", | ||
"authors" : [ | ||
{ | ||
"name" : "EMS Community", | ||
"homepage" : "https://github.com/ems-project/EMSClientHelperBundle/contributors" | ||
} | ||
], | ||
"require" : { | ||
"php": "^8.1", | ||
"composer/ca-bundle": "^1.1", | ||
"elasticms/common-bundle": "5.21.*", | ||
"onelogin/php-saml": "^4.1", | ||
"stevenmaguire/oauth2-keycloak": "^5.1", | ||
"symfony-cmf/routing": "^2.3", | ||
"symfony/asset": "^5.4", | ||
"symfony/console": "^5.4", | ||
"symfony/event-dispatcher": "^5.4", | ||
"symfony/mime": "^5.4", | ||
"symfony/security-bundle": "^5.4", | ||
"symfony/security-csrf": "^5.4", | ||
"symfony/twig-bundle": "^5.4", | ||
"symfony/yaml": "^5.4" | ||
}, | ||
"require-dev" : { | ||
"symfony/test-pack": "^1.0" | ||
}, | ||
"autoload" : { | ||
"psr-4" : { | ||
"EMS\\ClientHelperBundle\\" : "src/" | ||
} | ||
}, | ||
"autoload-dev" : { | ||
"psr-4" : { | ||
"EMS\\ClientHelperBundle\\Tests\\" : "tests/" | ||
} | ||
}, | ||
"config": { | ||
"lock": false, | ||
"sort-packages": true | ||
}, | ||
"scripts": { | ||
"phpunit": "phpunit" | ||
} | ||
"name": "elasticms/client-helper-bundle", | ||
"description": "An elasticms extension for client helper functions (Graphical frontend, API, ... )", | ||
"type": "symfony-bundle", | ||
"keywords": [ | ||
"elasticms" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "EMS Community", | ||
"homepage": "https://github.com/ems-project/EMSClientHelperBundle/contributors" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"composer/ca-bundle": "^1.1", | ||
"elasticms/common-bundle": "5.21.*", | ||
"onelogin/php-saml": "^4.1", | ||
"stevenmaguire/oauth2-keycloak": "^5.1", | ||
"symfony-cmf/routing": "^2.3", | ||
"symfony/asset": "^5.4", | ||
"symfony/console": "^5.4", | ||
"symfony/event-dispatcher": "^5.4", | ||
"symfony/mime": "^5.4", | ||
"symfony/security-bundle": "^5.4", | ||
"symfony/security-csrf": "^5.4", | ||
"symfony/twig-bundle": "^5.4", | ||
"symfony/yaml": "^5.4" | ||
}, | ||
"require-dev": { | ||
"symfony/test-pack": "^1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"EMS\\ClientHelperBundle\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"EMS\\ClientHelperBundle\\Tests\\": "tests/" | ||
} | ||
}, | ||
"config": { | ||
"lock": false, | ||
"sort-packages": true | ||
}, | ||
"scripts": { | ||
"phpunit": "phpunit" | ||
} | ||
} |
Oops, something went wrong.