Tag: Dependency Management

Managing Python Dependencies

Managing the dependencies between projects is one of the most frustrating aspects of working with many Python projects. For instance, project A requires Python 2.7 and relies on older versions of a package. In contrast, Project B requires Python 3.7 and a slew of additional packages, including the most recent version of the same program. ...
Continue Reading Managing Python Dependencies

Dependency Management and WordPress: A Proposal

‘Dependency hell’ is a problem faced by all software, and it has been rearing its ugly head in the WordPress space over the last few years with more and more… Read more The post Dependency Management and WordPress: A Proposal appeared first on Delicious Brains. ...
Continue Reading Dependency Management and WordPress: A Proposal

Managing Your WordPress Site with Git and Composer Part 4 – Installing WordPress in a Subdirectory

This is article 3 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 1 of this series we looked at how to store and… Read more The post Managing Your WordPress Site with Git and Composer Part 4 – Installing WordPress in a Subdirectory appeared first on Delicious Brains. ...
Continue Reading Managing Your WordPress Site with Git and Composer Part 4 – Installing WordPress in a Subdirectory

Managing Your WordPress Site with Git and Composer Part 3 – Using Git Submodules to Manage Themes and Plugins

This is article 2 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 2 we looked at how we might use Composer to manage… Read more The post Managing Your WordPress Site with Git and Composer Part 3 – Using Git Submodules to Manage Themes and Plugins appeared first on Delicious Brains. ...
Continue Reading Managing Your WordPress Site with Git and Composer Part 3 – Using Git Submodules to Manage Themes and Plugins

Managing Your WordPress Site with Git and Composer Part 2 – Using Composer to Manage Themes and Plugins

This is article 1 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 1 we looked at how to store and manage your WordPress… Read more The post Managing Your WordPress Site with Git and Composer Part 2 – Using Composer to Manage Themes and Plugins appeared first on Delicious Brains. ...
Continue Reading Managing Your WordPress Site with Git and Composer Part 2 – Using Composer to Manage Themes and Plugins