File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Total Downloads] ( https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/downloads?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-constraints )
5
5
[ ![ License] ( https://poser.pugx.org/darkwebdesign/symfony-addon-constraints/license?format=flat )] ( https://packagist.org/packages/darkwebdesign/symfony-addon-constraints )
6
6
7
- [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml/badge.svg?branch=6.3 )] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml )
8
- [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/6.3 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints )
7
+ [ ![ Build Status] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml/badge.svg?branch=6.4 )] ( https://github.com/darkwebdesign/symfony-addon-constraints/actions/workflows/build.yaml )
8
+ [ ![ Coverage Status] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints/branch/6.4 /graph/badge.svg )] ( https://codecov.io/gh/darkwebdesign/symfony-addon-constraints )
9
9
[ ![ PHP Version] ( https://img.shields.io/badge/php-8.1%2B-777BB3.svg )] ( https://php.net/ )
10
- [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.3 -93C74B.svg )] ( https://symfony.com/ )
10
+ [ ![ Symfony Version] ( https://img.shields.io/badge/symfony-6.4 -93C74B.svg )] ( https://symfony.com/ )
11
11
12
12
Symfony Add-on Constraints is a collection of extra Symfony validation constraints that you can use in your Symfony
13
13
applications.
14
14
15
- Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.3 ) .
15
+ Learn more about it in its [ documentation] ( https://darkwebdesign.github.io/symfony-addon-pack/docs/6.4 ) .
16
16
17
17
## Features
18
18
Original file line number Diff line number Diff line change 11
11
"require" : {
12
12
"ext-json" : " *" ,
13
13
"php" : " ^8.1" ,
14
- "symfony/validator" : " 6.3 .*"
14
+ "symfony/validator" : " 6.4 .*"
15
15
},
16
16
"require-dev" : {
17
17
"friendsofphp/php-cs-fixer" : " ^3.58" ,
Original file line number Diff line number Diff line change 13
13
])
14
14
->withSets ([
15
15
LevelSetList::UP_TO_PHP_81 ,
16
- SymfonySetList::SYMFONY_63 ,
16
+ SymfonySetList::SYMFONY_64 ,
17
17
])
18
18
->withImportNames (
19
19
importShortClasses: false ,
You can’t perform that action at this time.
0 commit comments