Skip to content

Commit

Permalink
minimum stability set to stable + dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
TecsiAron committed Dec 16, 2024
1 parent 355ea07 commit ef4d432
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 289 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Added private ValidateFilter to check for valid filter chars
- Invalid filters will create an INVALID_INPUT exception
- Added ListAnswersWithPagination will return an answer list containing all pages.
- PHPUnit version changed from 11 to ^11
- Minimum stability changed from alpha to stable
- Updated some dependencies


# v2.0.1-beta
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"email": "aron@edituraedu.ro"
}
],
"minimum-stability": "alpha",
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^11"
}
Expand Down
Loading

0 comments on commit ef4d432

Please sign in to comment.