/namespace-protector-phar

Phar distribution for namespace-protector tool

Primary LanguageMakefileMIT LicenseMIT

namespace-protector-phar

Phar distribution for namespace-protector tool

Install

Adds this to composer.json

"repositories": [{
  "type": "vcs",
  "url": "https://github.com/brucegithub/namespace-protector-phar.git"
}],
"require-dev": {
     "brucegithub/namespace-protector-phar": "dev-main"
},

Then

composer update