Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43cafab
)
Add missing require
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 28 Oct 2019 19:08:38 +0000
(20:08 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 28 Oct 2019 19:08:38 +0000
(20:08 +0100)
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index b16d55ea07692a8c69e2c7290d778deadf249017..f1e67a03d01a1616f0d6a5d77092b42a24ee91fc 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-13,6
+13,7
@@
"symfony/dotenv": "4.3.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "4.3.*",
+ "symfony/process": "4.3.*",
"symfony/yaml": "4.3.*",
"twig/extensions": "1.5.*",
"rapsys/packbundle": "dev-master"
@@
-69,9
+70,10
@@
}
},
"require": {
+ "symfony/asset": "^4.3",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
- "symfony/
asset
": "^4.3",
+ "symfony/
process
": "^4.3",
"twig/extensions": "^1.5"
}
}