Download the PHP package fuzzyfox/composer-version without Composer

On this page you can find all versions of the php package fuzzyfox/composer-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package composer-version

composer-version

Bump a package version

Use it in a single project:

Or use it everywhere:

Synopsis

Description

Run this package in a directory to bump the version and write the new data back to composer.json.

The newversion argument should be a valid composer version string, or, one of the following:

If run in a git repo, it will also create a version commit and tag.

If pre-version, pre-version-commit, or post-version are in the composer scripts property, they will be executed as part of running composer version.

The exact order of execution is as follows:

  1. Check to make sure the git working directory is clean before getting started.
  2. Run the pre-version script. These scripts have access to the old version in composer.json. Any files you want added to the commit should be explicitly added using git add.
  3. Bump version in composer.json as requested.
  4. Run the pre-version-commit script. These scripts have access to the new version in composer.json. Again, scripts should explicitly add generated files to the commit using git add.
  5. Commit and tag.
  6. Run the post-version script. Use it to clean up the file system or automatically push the commit and/or tag.

v1.0.0

This package will be considered v1.0.0 once it has full feature parity with npm version (though some minor naming tweaks for composer compat), and a full set of tests.

A possible additional feature that may be added as part of v1.0.0 will be the ability to integrate w/ npm version to keep both composer.json and package.json in sync for codebases that desire this.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.


All versions of composer-version with dependencies

PHP Build Version
Package Version
Requires phlak/semver Version ^3.2
composer-plugin-api Version ^1.1
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fuzzyfox/composer-version contains the following files

Loading the files please wait ....