Skip to content

Commit

Permalink
Removed autoload.php in favor of using a PSR-4 compatible class loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayne committed Jul 24, 2016
1 parent 277fe34 commit b419a3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 53 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project *surprisingly* adheres to [Semantic Versioning](http://semver.org).

## [Unreleased]

### Removed

* `autoload.php` in favor of using a [`PSR-4`](http://php-fig.org/psr/psr-4) compatible class loader
* Section about manual setup in `README.md`

## [1.0.0-rc.3] - 2016-07-22

### Added
Expand All @@ -16,11 +23,12 @@ This project *surprisingly* adheres to [Semantic Versioning](http://semver.org).
* `SemanticComparator` implements `SemanticComparatorInterface`
* `SemanticVersion` implements `SemanticVersionInterface`
* Updated to `PHPUnit ~5.0`
* Switched to `PSR2`
* Switched to [`PSR-2`](http://php-fig.org/psr/psr-2)

### Removed

* Dropped official support for `PHP < 5.6`
* Renamed `NoSemanticVersionException` to `InvalidVersionException`

[Unreleased]: https://github.com/Rayne/semantic-versioning.php/compare/1.0.0-rc.3...HEAD
[1.0.0-rc.3]: https://github.com/Rayne/semantic-versioning.php/compare/1.0.0-rc.2...1.0.0-rc.3
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ A tiny independent library for parsing and comparing semantic versions which is

# Setup

It's recommended to install and update the library with Composer.

## Composer

[Download Composer](https://getcomposer.org/download) and install `rayne/semantic-versioning`.

composer require rayne/semantic-versioning ~1.0
Expand All @@ -36,12 +32,6 @@ Set the `@dev` stability flag to install the latest development version.

composer require rayne/semantic-versioning @dev

## Download

Download and extract the library. Then include `src/autoload.php`.

require 'src/autoload.php';

# Tests

1. Clone the repository
Expand Down
16 changes: 0 additions & 16 deletions src/autoload.php

This file was deleted.

26 changes: 0 additions & 26 deletions tests/AutoloadTest.php

This file was deleted.

0 comments on commit b419a3b

Please sign in to comment.