15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"name": "drupal/state_machine",
|
|
"type": "drupal-module",
|
|
"description": "Provides code-driven workflow functionality.",
|
|
"homepage": "http://drupal.org/project/state_machine",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"drupal/core": "^9.2 || ^10.1 || ^11"
|
|
},
|
|
"require-dev": {
|
|
"drupal/diff": "^1 || ^2"
|
|
}
|
|
}
|