Skip to content

Commit

Permalink
Externalize doctrine types
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 1, 2023
1 parent 9827623 commit 4d06802
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 297 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:

- name: Install dependencies
uses: nick-fields/retry@v2
if: steps.composer-cache.outputs.cache-hit != 'true'
with:
timeout_minutes: 10
max_attempts: 3
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"require": {
"php": "^7.1.8 || ^8.0",
"ext-json": "*",
"carbonphp/carbon-doctrine-types": "*",
"psr/clock": "^1.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
Expand Down
23 changes: 0 additions & 23 deletions src/Carbon/Doctrine/CarbonDoctrineType.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/Carbon/Doctrine/CarbonImmutableType.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/Carbon/Doctrine/CarbonType.php

This file was deleted.

123 changes: 0 additions & 123 deletions src/Carbon/Doctrine/CarbonTypeConverter.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/Carbon/Doctrine/DateTimeDefaultPrecision.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/Carbon/Doctrine/DateTimeImmutableType.php

This file was deleted.

16 changes: 0 additions & 16 deletions src/Carbon/Doctrine/DateTimeType.php

This file was deleted.

0 comments on commit 4d06802

Please sign in to comment.