feat(fields): #1 add sorting fields by priority field
parent
cd630065
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- changelog.txt 4 additions, 0 deletionschangelog.txt
- 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 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=5.6", | ||
"php": ">=7.0", | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"wpdesk/wp-persistence": "^2.0|^3.0", | ||
... | ... |
Please register or sign in to comment