Skip to content

Commit

Permalink
Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Dec 10, 2021
1 parent 2c8c5c6 commit fc482cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false

php:
- 7.4
- 8.0

before_script:
- composer self-update
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
[![Latest Stable Version](https://img.shields.io/packagist/v/Bukashk0zzz/filter-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/filter-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/Bukashk0zzz/filter-bundle.svg?style=flat-square)](https://packagist.org/packages/Bukashk0zzz/filter-bundle)

[![SensioLabsInsight](https://insight.symfony.com/projects/64a668ef-4f7c-4e53-89f9-a31aff7c315c/big.svg)](https://insight.sensiolabs.com/projects/64a668ef-4f7c-4e53-89f9-a31aff7c315c)

About
-----
This bundle add a service that can be used to filter object values based on annotations. [Laminas filter](https://github.com/laminas/laminas-filter) old [ZendFilters](https://github.com/zendframework/zend-filter) used for filtering.
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"require": {
"php": ">=7.2.0",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/config": "^4.0|^5.0",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/form": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0",
"symfony/dependency-injection": "^5.0|^6.0",
"symfony/config": "^5.0|^6.0",
"symfony/http-kernel": "^5.0|^6.0",
"symfony/form": "^5.0|^6.0",
"symfony/yaml": "^5.0|^6.0",
"doctrine/orm": "^2.5",
"laminas/laminas-filter": "^2.9"
},
Expand All @@ -31,7 +31,7 @@
"slevomat/coding-standard": "^5.0",
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^8.4",
"symfony/validator": "^5.0"
"symfony/validator": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fc482cf

Please sign in to comment.