Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@vtsykun vtsykun released this 15 Sep 13:20
· 22 commits to master since this release
01b20cd

Packeton 2.6 version is now available

List of new features and improvements:

  • Allow to generate multiple credentials for API-only users (#278)
  • Added visibility for all users settings (#215)
  • Added Virtual package type (#216)
  • Support setting updates expiration date on user groups level (#231)
  • Allow archive a package to make it not visible for composer (#241)
  • Fix SVN support
  • Support mirrors in composer repository metadata (#276)

Where mirror - add mirrors to dist package. replace replace dist package url with packeton url

packeton:
    archive: ['mirror', 'replace']
"dist": {
    "type": "zip",
    "url": "https://pkg8.loc/zipball/phpstan/phpstan-src/2507e387c57b5b9577ee8d02226650880b731697.zip",
    "reference": "285ca8b7117a46008039adea0c4806c7d52f21dc",
    "mirrors": [
        {
            "url": "https://pkg8.loc/zipball/%package%/%reference%.%type%",
            "preferred": true
        }
    ]
}