Skip to content

Commit

Permalink
feat: Updated Asset Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 17, 2024
1 parent 319226a commit d8f2af5
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 110 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.github export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpcs.xml export-ignore
.releaserc export-ignore
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Core files for Extremis",
"license": "GPL-2.0-or-later",
"require": {
"php": "~8.0.0 || ~8.1.0",
"php": ">=8.0",
"automattic/jetpack-constants": "^2.0",
"oblak/wp-asset-loader": "^3.0",
"oblak/wp-hook-di": "^1 || ^2",
"oblak/wp-asset-loader": "3 - 5",
"oblak/wp-hook-di": "1 - 2",
"x-wp/helper-traits": "^1"
},
"require-dev": {
Expand Down
Loading

0 comments on commit d8f2af5

Please sign in to comment.