Skip to content

Commit

Permalink
Merge pull request #77 from sroehrl/november-fix
Browse files Browse the repository at this point in the history
Expand pagination
  • Loading branch information
sroehrl authored Nov 10, 2024
2 parents 57d16f9 + 04f4a61 commit ef1f2bc
Show file tree
Hide file tree
Showing 7 changed files with 598 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
color: ${{ env.BADGE_COLOR }}
path: '.github/badges/test-badge.svg'
- name: Upload badge as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: badge
path: '.github/badges/test-badge.svg'
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"neoan.io/legacy-db-adapter": "^1.0",
"ext-openssl": "*",
"composer/composer": "^2",
"ramsey/uuid": "^4.6"
"ramsey/uuid": "^4.6",
"monolog/monolog": "^3.7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ef1f2bc

Please sign in to comment.