Skip to content

Commit

Permalink
optimize minimum deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
instabledesign committed Dec 19, 2023
1 parent 5c1a27f commit 4786426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"homepage": "https://github.com/symftony/Xpression",
"require": {
"php": "^8.0",
"doctrine/lexer": "^1.0"
"doctrine/lexer": "^1.2.1"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/orm": "^2.4.0",
"doctrine/collections": "^1.8.0",
"doctrine/orm": "^2.8.0",
"phpspec/prophecy": "^1.18",
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.41",
Expand Down

0 comments on commit 4786426

Please sign in to comment.