Skip to content

Commit fe6700d

Browse files
[skip ci] Drop legacy library
1 parent 24c415c commit fe6700d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

composer.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"require": {
2424
"codeinwp/themeisle-sdk": "master",
25-
"xrstf/composer-php52": "^1.0.20",
2625
"phpoffice/phpspreadsheet": "1.8.2",
2726
"neitanod/forceutf8": "~2.0"
2827
},
@@ -33,16 +32,5 @@
3332
]
3433
},
3534
"minimum-stability": "dev",
36-
"prefer-stable": true,
37-
"scripts": {
38-
"post-install-cmd": [
39-
"xrstf\\Composer52\\Generator::onPostInstallCmd"
40-
],
41-
"post-update-cmd": [
42-
"xrstf\\Composer52\\Generator::onPostInstallCmd"
43-
],
44-
"post-autoload-dump": [
45-
"xrstf\\Composer52\\Generator::onPostInstallCmd"
46-
]
47-
}
48-
}
35+
"prefer-stable": true
36+
}

0 commit comments

Comments
 (0)