-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from kmadejski/v3-compatibility
Ibexa DXP compatibility
- Loading branch information
Showing
2 changed files
with
16 additions
and
13 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
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,19 +1,24 @@ | ||
{ | ||
"name": "kmadejski/ezplatform-maintenance-mode", | ||
"description": "Maintenance mode bundle for eZ Platform v2.5+", | ||
"description": "Maintenance mode bundle for Ibexa DXP v2.5+", | ||
"license": "GPL-2.0-only", | ||
"type": "ezplatform-bundle", | ||
"homepage": "https://github.com/kmadejski/ezplatform-maintenance-mode", | ||
"authors": [ | ||
{ | ||
"name": "eZ Systems | Kamil Madejski", | ||
"name": "Kamil Madejski", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"prefer-stable": true, | ||
"require": { | ||
"php": "^7.1", | ||
"ezsystems/ezpublish-kernel": "^7.5" | ||
"php": "^7.3", | ||
"ezsystems/ezplatform-kernel": "^1.2", | ||
"symfony/dependency-injection": "^5.1", | ||
"symfony/config": "^5.1", | ||
"symfony/event-dispatcher": "^5.1", | ||
"symfony/http-foundation": "^5.1", | ||
"symfony/http-kernel": "^5.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^7.2.5", | ||
|