No description
Find a file
Nathanaël Martel 19a9b77bd0 phpstan
2026-07-10 23:41:07 +02:00
.idea symfony version 2026-01-13 21:23:17 +01:00
src/Entity phpstan 2026-07-10 23:41:07 +02:00
composer.json symfony version 2026-01-13 21:23:17 +01:00
LICENSE Initial commit 2025-09-30 15:05:38 +02:00
README.md Initial commit 2025-09-30 15:12:56 +02:00

hledger

config/services.yaml

services:
    NathanaelMartel\Hledger\:
        resource: '../vendor/nathanaelmartel/hledger/src/'
        exclude:
            - '../vendor/nathanaelmartel/hledger/src/Entity/'
        autowire: true
        autoconfigure: true