Skip to content

Commit

Permalink
Merge pull request #12 from alleyinteractive/fix/maintenance
Browse files Browse the repository at this point in the history
Drop PHP 7.4 support; update Alley domain; mark version 2.0.0
  • Loading branch information
dlh01 authored Dec 15, 2022
2 parents ef78011 + 6802331 commit 6483e87
Show file tree
Hide file tree
Showing 28 changed files with 37 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.0, 7.4 ]
php: [ 8.2, 8.1, 8.0 ]
can_fail: [ false ]
name: PHP ${{ matrix.php }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C

## Unreleased

Nothing yet.

## 2.0.0

### Added

- `FreeformValidator` abstract class.
Expand All @@ -20,6 +24,10 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C
- `Not::getMessages()` returned an indexed array of messages.
- `Comparison` and `Type` referenced incorrect failure message keys when validating options.

### Removed

- PHP 7.4 support.

## 1.1.0

### Added
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
{
"name": "Alley",
"email": "info@alley.co"
"email": "info@alley.com"
}
],
"autoload": {
Expand All @@ -23,9 +23,8 @@
"lock": false
},
"require": {
"php": "^7.4 || ^8.0",
"laminas/laminas-validator": "^2.20",
"symfony/polyfill-php80": "^1.26"
"php": "^8.0",
"laminas/laminas-validator": "^2.20"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down
2 changes: 1 addition & 1 deletion src/Alley/Validator/AlwaysValid.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/AnyValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/Comparison.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/ContainsString.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/DivisibleBy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/ExtendedAbstractValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/FastFailValidatorChain.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/FreeformValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/Not.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/OneOf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/ValidatorByOperator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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/Alley/Validator/WithMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/AnyValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/ComparisonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/ContainsStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/DivisibleByTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/FastFailValidatorChainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/FreeformValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/NotTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/OneOfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/TypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/ValidatorByOperatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 tests/Alley/Validator/WithMessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the laminas-validator-extensions package.
*
* (c) Alley <info@alley.co>
* (c) Alley <info@alley.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 6483e87

Please sign in to comment.