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 3 commits into
base: 0.8
Choose a base branch
from

Conversation

martinlagler
Copy link

No description provided.

@martinlagler martinlagler force-pushed the feature/settings-update-date branch 9 times, most recently from 9a4dcbb to d177b73 Compare January 12, 2024 10:08
@martinlagler martinlagler force-pushed the feature/settings-update-date branch from d177b73 to 48b3871 Compare January 24, 2024 15:47
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

composer.json Outdated
@@ -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

composer.json Outdated
"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

composer.json Outdated
@@ -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",

composer.json Outdated
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"

@martinlagler martinlagler force-pushed the feature/settings-update-date branch 2 times, most recently from ceb6b97 to aae511f Compare January 27, 2025 11:54
@coveralls
Copy link

coveralls commented Jan 27, 2025

Pull Request Test Coverage Report for Build 12989957644

Details

  • 36 of 36 (100.0%) changed or added relevant lines in 7 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 12008565618: 0.0%
Covered Lines: 2563
Relevant Lines: 2563

💛 - Coveralls

@martinlagler martinlagler force-pushed the feature/settings-update-date branch from aae511f to 516b871 Compare January 27, 2025 13:21
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.

3 participants