Skip to content

Commit

Permalink
fix: Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Jan 28, 2024
1 parent a22df44 commit 2e7de1d
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .yarnrc.yml

This file was deleted.

7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "oblak/extremis-core",
"description": "Core files for Extremis",
"license": "GPL-2.0-or-later",
"version": "3.0.2",
"autoload": {
"psr-4": {
"Extremis\\": "src"
Expand All @@ -17,15 +16,17 @@
"oblak/wp-hook-di": "^1.0"
},
"require-dev": {
"oblak/wordpress-coding-standard": "^1.0.1"
"oblak/wordpress-coding-standard": "^1.0.1",
"ergebnis/composer-normalize": "^2.31"
},
"suggest": {
"oblak/composer-wp-di-finder-plugin": "Automatically find Hookable classes"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"oblak/composer-wp-di-finder-plugin": true
"oblak/composer-wp-di-finder-plugin": true,
"ergebnis/composer-normalize": true
}
}
}
Loading

0 comments on commit 2e7de1d

Please sign in to comment.