Skip to content
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

Open
wants to merge 2 commits into
base: 0.9
Choose a base branch
from

Conversation

martinlagler
Copy link

No description provided.

@martinlagler martinlagler force-pushed the feature/settings-update-date branch 6 times, most recently from 94fcd11 to 13099ae Compare January 11, 2024 14:23
@martinlagler martinlagler force-pushed the feature/settings-update-date branch 3 times, most recently from 9a4dcbb to d177b73 Compare January 12, 2024 10:08
public function getAuthor(): ?ContactInterface;

public function setAuthor(?ContactInterface $author): void;

public function getAuthored(): ?\DateTimeImmutable;
public function getAuthored(): ?\DateTime;
Copy link
Member

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",
Copy link
Member

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",
Copy link
Member

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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"sulu/automation-bundle": "^2.0@dev || ^2.1",
"sulu/automation-bundle": "^2.0 || ^2.1@dev",

Comment on lines +69 to +70
"doctrine/persistence": "1.3.2",
"doctrine/orm": "2.10.0 || 2.14.2 || >=2.16.0"
Copy link
Member

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

Suggested change
"doctrine/persistence": "1.3.2",
"doctrine/orm": "2.10.0 || 2.14.2 || >=2.16.0"
"doctrine/persistence": "1.3.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants