Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Apr 19, 2017
1 parent 6e2fc83 commit 2b75625
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$header = <<<'EOF'
This file is part of League\Uri, a URI manipulation library
@copyright 2015 Ignace Nyamagana Butera. All rights reserved
@license MIT See LICENSE.md at the root of the project for more info
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
EOF;

Symfony\CS\Fixer\Contrib\HeaderCommentFixer::setHeader($header);
Expand Down
18 changes: 0 additions & 18 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,11 @@ filter:
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 2
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [tests, vendor]
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ matrix:
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
- php: 7.1
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=false
- php: hhvm
env: COLLECT_COVERAGE=false VALIDATE_CODING_STYLE=false
fast_finish: true
allow_failures:
- php: hhvm

cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

All Notable changes to `league-uri-parser` will be documented in this file

## Next
## 1.0.5 - 2017-04-19

### Added

- None

### Fixed

- [issue #5](https://github.com/thephpleague/uri-parser/issues/5) Improve `Parser::isHost` validation of regsitered name
- [issue #5](https://github.com/thephpleague/uri-parser/issues/5) Improve `Parser::isHost` validation of registered name

### Deprecated

Expand Down
6 changes: 4 additions & 2 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.5
* @link https://github.com/thephpleague/uri-parser/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down
6 changes: 4 additions & 2 deletions src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
* @package League\Uri
* @subpackage League\Uri
* @author Ignace Nyamagana Butera <[email protected]>
* @copyright 2016 Ignace Nyamagana Butera
* @license https://github.com/thephpleague/uri-parser/blob/master/LICENSE (MIT License)
* @version 1.0.0
* @version 1.0.5
* @link https://github.com/thephpleague/uri-parser/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);

Expand Down

0 comments on commit 2b75625

Please sign in to comment.