We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b5131 commit 2568134Copy full SHA for 2568134
src/AxentixPreset.php
@@ -12,7 +12,7 @@
12
class AxentixPreset extends Preset
13
{
14
const NPM_PACKAGES_TO_ADD = [
15
- 'axentix' => '^1.2.1'
+ 'axentix' => '^1.3.2'
16
];
17
18
const NPM_PACKAGES_TO_REMOVE = [
0 commit comments