We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e834051 + 08b50ab commit 33acda5Copy full SHA for 33acda5
composer.json
@@ -3,12 +3,6 @@
3
"license": "GPL-2.0-or-later",
4
"type": "project",
5
"description": "Primary dependencies for XOOPS/XoopsCore",
6
- "repositories": [
7
- {
8
- "type": "vcs",
9
- "url": "https://github.com/geekwright/assetic"
10
- }
11
- ],
12
"require": {
13
"php": ">7.1",
14
"ext-PDO": "*",
@@ -19,7 +13,7 @@
19
"doctrine/dbal": "2.9.*",
20
"psr/log": "1.1.*",
21
15
"patchwork/utf8": "^1.3",
22
- "kriswallsmith/assetic": "dev-fix-bitrot",
16
+ "geekwright/assetic-fork": "^2.0",
23
17
"symfony/console": "^4.2",
24
18
"ptachoire/cssembed": "1.0.*",
25
"lmammino/jsmin4assetic": "1.0.*",
0 commit comments