mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Issue #5444 - Support for plugin tests - tweaked for github workflow.
This commit is contained in:
@@ -2,17 +2,14 @@
|
||||
"name": "e107inc/e107-test",
|
||||
"description": "Test harness for e107",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"twig/twig": "^3.0",
|
||||
"codeception/codeception": "^5.0.11 || ^4.2.2",
|
||||
"codeception/module-asserts": "^3.0 || ^1.3",
|
||||
"codeception/module-db": "^3.1 || ^1.2",
|
||||
"codeception/module-phpbrowser": "^3.0 || ^1.1",
|
||||
"codeception/module-filesystem": "^3.0 || ^1.1",
|
||||
"codeception/module-webdriver": "^4.0 || ^1.4"
|
||||
"codeception/codeception": ">=5.0.11",
|
||||
"codeception/module-asserts": ">=3.0.0",
|
||||
"codeception/module-db": ">=3.1.2",
|
||||
"codeception/module-phpbrowser": ">=1.1.0",
|
||||
"codeception/module-filesystem": ">=3.0.0",
|
||||
"codeception/module-webdriver": ">=4.0.0"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
518
e107_tests/composer.lock
generated
518
e107_tests/composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user