Skip to content

Commit

Permalink
Merge pull request #39 from getsimpletools/main
Browse files Browse the repository at this point in the history
PHP8 Update. Bump nikic/php-parser version and updated functions
  • Loading branch information
fieryprophet authored Feb 17, 2024
2 parents 6c637ef + d902a9f commit 0e14807
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 497 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": ">=7.4|>=8.0",
"ext-json": "*",
"nikic/php-parser": "^4.4",
"jeremeamia/functionparser": "^1.0"
"nikic/php-parser": "^5.0",
"simpletools/functionparser": "^1.0"
},
"require-dev": {
"symfony/yaml": "~3.0|~4.0|~5.0",
Expand Down
Loading

0 comments on commit 0e14807

Please sign in to comment.