Skip to content

Commit

Permalink
Released v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnugat committed Dec 1, 2015
1 parent 2ecd0f9 commit 76286a4
Show file tree
Hide file tree
Showing 26 changed files with 30 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.2: Updated dependencies

* added support for PHP 7

## 1.0.1: Fixed Insight badge

* fixed Insight badge
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 Loïc Chardonnet
Copyright (c) 2015 Loïc Faugeron

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A set of [Memio constraints](http://github.com/memio/validator) that check

Install it using [Composer](https://getcomposer.org/download):

composer require memio/linter:~1.0
composer require memio/linter:^1.0

## Example

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"homepage": "http://memio.github.io/memio",
"authors": [
{
"name": "Loïc Chardonnet",
"email": "loic.chardonnet@gmail.com",
"name": "Loïc Faugeron",
"email": "faugeron.loic@gmail.com",
"homepage": "http://gnugat.github.io",
"role": "Developer"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion spec/Memio/Linter/ContractMethodsCanOnlyBePublicSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion spec/Memio/Linter/ContractMethodsCannotBeFinalSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion spec/Memio/Linter/ContractMethodsCannotBeStaticSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion spec/Memio/Linter/ContractMethodsCannotHaveBodySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/CollectionCannotHaveNameDuplicates.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/ConcreteObjectMethodsCannotBeAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/ContractMethodsCanOnlyBePublic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/ContractMethodsCannotBeFinal.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/ContractMethodsCannotBeStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/ContractMethodsCannotHaveBody.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/MethodCannotBeAbstractAndHaveBody.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/MethodCannotBeBothAbstractAndFinal.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/MethodCannotBeBothAbstractAndPrivate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/MethodCannotBeBothAbstractAndStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/Linter/ObjectArgumentCanOnlyDefaultToNull.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/linter package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit 76286a4

Please sign in to comment.