Skip to content

Commit

Permalink
feat: Migrated to XWP-DI
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Breaks everything
  • Loading branch information
seebeen committed Jan 31, 2025
1 parent d8f2af5 commit 0c43150
Show file tree
Hide file tree
Showing 8 changed files with 794 additions and 483 deletions.
31 changes: 12 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,26 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.0",
"automattic/jetpack-constants": "^2.0",
"oblak/wp-asset-loader": "3 - 5",
"oblak/wp-hook-di": "1 - 2",
"x-wp/helper-traits": "^1"
"x-wp/asset-loader": "^1.1.2",
"x-wp/di": "^1.5.3"
},
"require-dev": {
"oblak/wordpress-coding-standard": "^1",
"php-stubs/wordpress-stubs": "^6.5",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"swissspidy/phpstan-no-private": "^0.2.0",
"symfony/var-dumper": "^6.4",
"szepeviktor/phpstan-wordpress": "^1.3"
"oblak/wordpress-coding-standard": "^1.2.6",
"php-stubs/wordpress-stubs": "^6.7.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.16",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"swissspidy/phpstan-no-private": "^0.2.1",
"symfony/var-dumper": "^6.4.18",
"szepeviktor/phpstan-wordpress": "^1.3.5"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use extremis dependencies.",
"oblak/composer-wp-di-finder-plugin": "Automatically find Hookable classes"
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use extremis dependencies."
},
"autoload": {
"psr-4": {
"Oblak\\WP\\": "src/"
"XWP\\Extremis\\": "src/"
},
"classmap": [
"src/Compat/"
],
"files": [
"src/Utils/extremis-helpers.php"
]
Expand All @@ -38,7 +32,6 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"oblak/composer-wp-di-finder-plugin": true,
"phpstan/extension-installer": true
}
}
Expand Down
Loading

0 comments on commit 0c43150

Please sign in to comment.