Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php-translation/extractor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.1
Choose a base ref
...
head repository: php-translation/extractor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.0
Choose a head ref
  • 4 commits
  • 43 files changed
  • 3 contributors

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    34b9959 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    5fe4c9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from php-translation/ci-php

    Drop PHP 7.x-8.0, add PHP 8.1-8.3 support
    bocharsky-bw authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d26fba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Symfony 7 support continuation (#175)

    * initial commit migrating annotations to attributes
    
    * minor tweak in Translate attribute, so you dont have to pass a default translation domain
    
    * minor refactor entities so they use property promotion
    
    * remove some comments that werent supposed to be there
    
    * removed dependency on lower symfony versions + switched to deprecation annotations + bugfixes to pass some tests
    
    * replaced AnnotationLoader with AttributeLoader in some tests
    
    * changed php requirement, added ^7.2 back since the STAN and CSFixer tests run on PHP7.3
    
    * bumped to 8.1
    
    * reverted custom attribute changes, except the SymfonyValidation AnnotationReader which was deprecated in 6.4
    
    * some more use statements that apparently did not influence the tests
    
    * all but one PHPSTAN tests passing
    
    * fixed last phpstan test?
    
    * weird issue
    
    * fixed errors that originated in bumping nikic/php-parser to 5.0
    
    * removed support for 3.0 nikic/php-parser
    
    * removed superfluous test
    
    ---------
    
    Co-authored-by: Antolin Janssen <admin@antiftw.nl>
    antiftw and Antolin Janssen authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    44d8690 View commit details
    Browse the repository at this point in the history
Loading