-
- Downloads
feat(fields): #1 add sorting fields by priority field
parent
d9d44554
No related branches found
No related tags found
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- composer.json 1 addition, 1 deletioncomposer.json
- phpunit-integration.xml 1 addition, 6 deletionsphpunit-integration.xml
- src/Field.php 3 additions, 0 deletionssrc/Field.php
- src/Field/BasicField.php 11 additions, 0 deletionssrc/Field/BasicField.php
- src/Form/FormWithFields.php 10 additions, 1 deletionsrc/Form/FormWithFields.php
- tests/integration/Form/FormWithFieldsTest.php 71 additions, 0 deletionstests/integration/Form/FormWithFieldsTest.php
- tests/integration/bootstrap.php 1 addition, 11 deletionstests/integration/bootstrap.php
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.6", | "php": ">=7.0", | ||
"ext-curl": "*", | "ext-curl": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"wpdesk/wp-persistence": "^2.0|^3.0", | "wpdesk/wp-persistence": "^2.0|^3.0", | ||
... | ... |
Please register or sign in to comment