Skip to content

Commit

Permalink
Upgraded codebase to use azjezz/psl instead of php-src symbols, w…
Browse files Browse the repository at this point in the history
…here falsable results are built

Life's too short to chase ancient PHP API that frankly just sucks.
  • Loading branch information
Ocramius committed Feb 5, 2025
1 parent e617f72 commit 5e9cf68
Show file tree
Hide file tree
Showing 10 changed files with 1,592 additions and 447 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"php": "~8.3.3",
"ext-curl": "*",
"ext-gd": "*",
"azjezz/psl": "^3.2.0",
"guzzlehttp/guzzle": "^7.9.2",
"guzzlehttp/psr7": "^2.7.0",
"jasny/twig-extensions": "^1.3.1",
Expand All @@ -26,8 +27,8 @@
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.18.4",
"phpunit/phpunit": "^11.5.6",
"psalm/plugin-phpunit": "^0.19.2",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^6.3.0"
},
Expand Down
Loading

0 comments on commit 5e9cf68

Please sign in to comment.