We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b100919 commit 3c7a205Copy full SHA for 3c7a205
1 file changed
composer.json
@@ -1,8 +1,15 @@
1
{
2
"name": "netlogix/neos-asyncworkspaceactions",
3
"description": "Neos package that allows asynchronous execution of workspace actions (e.g. publishing)",
4
+ "license": "MIT",
5
+ "keywords": [
6
+ "neos",
7
+ "neoscms",
8
+ "publishing",
9
+ "workspace",
10
+ "memory-limit"
11
+ ],
12
"type": "neos-package",
- "version": "1.0.0",
13
"require": {
14
"flowpack/jobqueue-common": "^3.3",
15
"neos/flow": "^7.3",
0 commit comments