Skip to content

Commit

Permalink
Update to use newfold-labs/container package
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Jul 15, 2022
1 parent 0a4f601 commit aa0b1ef
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 66 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@
"includes/functions.php"
]
},
"repositories": {
"newfold": {
"type": "composer",
"url": "https://newfold-labs.github.io/satis/",
"only": [
"newfold-labs/*"
]
}
},
"require": {
"wp-forge/fluent": "^1.0",
"wpscholar/collection": "^1.0",
"wp-forge/container": "^1.0",
"wp-forge/wp-options": "^1.0"
"wp-forge/wp-options": "^1.0",
"newfold-labs/container": "^1.2"
}
}
76 changes: 13 additions & 63 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion includes/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace NewfoldLabs\WP\ModuleLoader;

class Container extends \WP_Forge\Container\Container {
class Container extends \NewfoldLabs\Container\Container {

/**
* Get plugin data.
Expand Down

0 comments on commit aa0b1ef

Please sign in to comment.