Skip to content

Commit

Permalink
Merge pull request #4 from ppp0/prepare-for-8.3
Browse files Browse the repository at this point in the history
Adapt to 8.3 - Handle deprecations
  • Loading branch information
ppp0 authored Feb 12, 2024
2 parents b2f1cdc + 6b819a0 commit e270932
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 118 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idea/
.idea/
*.swp
*~
/*.less
Expand All @@ -7,3 +7,4 @@ tests/bootstrap
tests/tmp
vendor
composer.lock
.phpunit.result.cache
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: focal
language: php

php:
- 7.4
- 8.1
- 8.3

sudo: false

Expand Down
Loading

0 comments on commit e270932

Please sign in to comment.