-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add update date to settings tab #255
base: 0.9
Are you sure you want to change the base?
Conversation
94fcd11
to
13099ae
Compare
9a4dcbb
to
d177b73
Compare
d177b73
to
48b3871
Compare
public function getAuthor(): ?ContactInterface; | ||
|
||
public function setAuthor(?ContactInterface $author): void; | ||
|
||
public function getAuthored(): ?\DateTimeImmutable; | ||
public function getAuthored(): ?\DateTime; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should always use DateTimeImmutable
@@ -14,13 +14,13 @@ | |||
"php": "^7.2 || ^8.0", | |||
"doctrine/inflector": "^1.4.1 || ^2.0.1", | |||
"doctrine/collections": "^1.0", | |||
"doctrine/orm": "^2.5.3", | |||
"doctrine/orm": "^2.5.3 || ^2.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary change
"doctrine/persistence": "^1.3 || ^2.0", | ||
"doctrine/doctrine-bundle": "^1.10 || ^2.0", | ||
"friendsofsymfony/rest-bundle": "^2.6 || ^3.0", | ||
"massive/search-bundle": "^2.4", | ||
"ramsey/uuid": "^3.8 || ^4.0", | ||
"sulu/sulu": "^2.4 || ^2.6@dev", | ||
"sulu/sulu": "2.6.x-dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should avoid eventually required upgrade may we can bridge it
@@ -54,7 +54,7 @@ | |||
"phpstan/phpstan-webmozart-assert": "^1.0", | |||
"phpunit/phpunit": "^8.5.33 || ^9.6.5", | |||
"qossmic/deptrac-shim": "^0.11.1 || ^0.23.0 || ^1.0", | |||
"sulu/automation-bundle": "^2.0@dev", | |||
"sulu/automation-bundle": "^2.0@dev || ^2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"sulu/automation-bundle": "^2.0@dev || ^2.1", | |
"sulu/automation-bundle": "^2.0 || ^2.1@dev", |
"doctrine/persistence": "1.3.2", | ||
"doctrine/orm": "2.10.0 || 2.14.2 || >=2.16.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not longer be required
"doctrine/persistence": "1.3.2", | |
"doctrine/orm": "2.10.0 || 2.14.2 || >=2.16.0" | |
"doctrine/persistence": "1.3.2" |
No description provided.