Skip to content

Commit

Permalink
Add symfony/property-info into composer to fix compatibility issue …
Browse files Browse the repository at this point in the history
…+ Add `symfony/security-core` into composer to fix missing service `@security.user_password_encoder.generic` + Remove `scrutinizer.yml` because we don't use it
  • Loading branch information
Louis Fortunier committed Jan 4, 2024
1 parent 3500cdc commit 9bad924
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 31 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG for 1.x
===================
## v1.4.9 - (2023-08-24)
## v1.4.9 - (2024-01-04)

### Fixed
### Changes

- Remove implement `\Serializable` in User
- Add magic method `__serialize` and `__unserialize` instead of `\Serializable` method
Expand All @@ -17,6 +17,10 @@ CHANGELOG for 1.x
- User must implement `PasswordAuthenticatedUserInterface`. Add implementation in `SmartUserInterface`
- Add missing method and update method in `UserTrait`
- Set dummy password by default in `UserProcessor`
- Add `symfony/property-info` into composer to fix compatibility issue
- Add `symfony/expression-language` into composer to fix compatibility issue
- Add `symfony/security-core` into composer to fix missing service `@security.user_password_encoder.generic`
- Remove `scrutinizer.yml` because we don't use it

## v1.4.8 - (2023-08-09)

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![License](https://poser.pugx.org/smartbooster/sonata-bundle/license)](https://packagist.org/packages/smartbooster/sonata-bundle)

![CI workflow](https://github.com/smartbooster/sonata-bundle/actions/workflows/ci.yml/badge.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/smartbooster/sonata-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/smartbooster/sonata-bundle/?branch=master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4bfdbbf3b3d14e50b545d5e9d466ade6)](https://www.codacy.com/gh/smartbooster/sonata-bundle/dashboard?utm_source=github.com&utm_medium=referral&utm_content=smartbooster/sonata-bundle&utm_campaign=Badge_Grade)
[![GitHub contributors](https://img.shields.io/github/contributors/smartbooster/sonata-bundle.svg)](https://github.com/smartbooster/sonata-bundle/graphs/contributors)

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@
"doctrine/doctrine-fixtures-bundle": "^3.4",
"symfony/webpack-encore-bundle": "^1.15 || ^2.0",
"theofidry/alice-data-fixtures": "^1.5",
"symfony/mailer": "^4.4 || ^5.4 || ^6.0",
"symfony/mailer": "^4.4 || ^5.4|| ^6.0",
"symfony/property-info": "^4.4 || ^5.4",
"symfony/security-http": "^4.4 || ^5.4",
"symfony/security-core": "^4.4 || ^5.4",
"nelmio/security-bundle": "^2.8 || ^3.0",
"yokai/security-token-bundle": "^3.3",
"sentry/sentry-symfony": "^4.1",
"doctrine/annotations": "^1.0 || ^2.0"
"doctrine/annotations": "^1.0 || ^2.0",
"symfony/expression-language": "^4.4 || ^5.4 || ^6.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
Expand Down
26 changes: 0 additions & 26 deletions scrutinizer.yml

This file was deleted.

0 comments on commit 9bad924

Please sign in to comment.