2017 © Pedro Peláez
 

project updater

image

nette/updater

  • Monday, November 20, 2017
  • by david@grudl.com
  • Repository
  • 7 Watchers
  • 13 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Nette TypeFixer [DISCONTINUED]

A tool to automatically update type hints in your PHP code., (*1)

If you like Nette, please make a donation now. Thank you!, (*2)

Usage

typefixer [options] <directory>

Options:
    -i | --ignore <mask>  Directories to ignore
    -f | --fix            Fixes files

Example:, (*3)

typefixer --fix /myproject

Installation

It requires PHP version 7.1 and supports PHP up to 7.4., (*4)

Install it via Composer. This project is not meant to be run as a dependency, so install it as standalone:, (*5)

composer create-project nette/type-fixer

Or install it globally via:, (*6)

composer global require nette/type-fixer

and make sure your global vendor binaries directory is in your $PATH environment variable., (*7)

The Versions

20/11 2017

dev-master

9999999-dev

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

nette php 7 type hints

22/07 2017
08/02 2017

v0.1

0.1.0.0

A tool to automatically update your code for new Nette.

  Sources   Download

BSD-3-Clause

The Requires

 

php 7 type hints