joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

Make the 1.x branch installable through Composer #171

Closed photodude closed 5 years ago

photodude commented 7 years ago

Efforts required to make the 1.x branch installable through Composer are needed as per the "Preparing for PHPCS 2.x Support" post https://developer.joomla.org/news/673-preparing-for-phpcs-2-x-support.html

mbabker commented 7 years ago

Shooting from the hip, we should be good having a composer.json file on the branch. Then it's just ensuring there are good install instructions.

We probably won't tag a release off of it so the instructions would be to use the 1.x branch direct instead of using a version tag as normal.

photodude commented 7 years ago

Also shooting from the hip, we likely need to change the folder structure to match the master 2.x branch.

photodude commented 5 years ago

Closing as this "enhancement" has little to no value in 2019. Feel free to reopen or recreate if you have a different opinion.