Skip to content

Releases: runyan-co/pm

runyan-co/pm v1.1.0

24 Mar 13:45
3bb210d
Compare
Choose a tag to compare

What's Changed

  • Now compatible with PHP down to version 7.2
  • Refactored Facades to use a singleton method of making/retrieving instances out of the container
  • Refactored includes so only includes/scope.php is autoloaded by composer. This is to prevent namespace collisions if both this package and laravel/valet are globally required packages by composer.

Full Changelog: 1.0.2...v1.1.0

v1.0.2

18 Mar 17:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

v1.0.1

17 Mar 16:52
3a252a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

v1.0.0 Release

11 Mar 17:41
Compare
Choose a tag to compare

What's Changed

  • v0.5.1. Re-factored to declare facades in a named namespace by @runyan-co in #10
  • Re-named homebrew constant (in the PHP) to prevent naming collision by @runyan-co in #11
  • Updates to the core:reset command by @runyan-co in #12
  • Added empt Docker class for later use by @runyan-co in #13
  • Added option to not run npm commands during core:reset by @runyan-co in #14
  • Updates to fully remove old codebase and do a fresh clone of the repo… by @runyan-co in #15
  • Improvements and bug fixes for installing packages for 4.1 by @runyan-co in #16
  • Automated code cleanup with phpinsights by @runyan-co in #17

Full Changelog: 0.5.1...1.0.0

v0.5.1

13 Dec 01:20
82be72a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

v0.5.0-RC

13 Dec 00:19
53c0929
Compare
Choose a tag to compare
v0.5.0-RC Pre-release
Pre-release

Initial pre-release for testing.

What's Changed

  • Start on package installer for CI by @nolanpro in #1
  • Added cli installation command which also creates the base config.json file by @runyan-co in #2
  • Added Supervisor class for basic interaction with supervisord by @runyan-co in #3
  • Added command core:reset to fully reset/re-install the local core codebase by @runyan-co in #4
  • Refactor to use cli without sudo by @runyan-co in #5

New Contributors

Full Changelog: https://github.com/runyan-co/pm/commits/0.5.0