Skip to content

Commit

Permalink
Fix up tests (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Feb 21, 2024
1 parent 540c9dd commit 06006b4
Show file tree
Hide file tree
Showing 3 changed files with 3,460 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
!/var/log/.gitkeep
/var/cache/
!/var/cache/.gitkeep
/composer.lock
/.phpunit.result.cache
/.php_cs.cache
/.php-cs-fixer.cache
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Simple PHP tool for finding a termin in Berlin",
"license": "MIT",
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-curl": "*",
"ext-dom": "*",
"campo/random-user-agent": "^1.3",
Expand All @@ -16,7 +16,7 @@
"symfony/dom-crawler": "^6.3",
"symfony/http-client": "^6.3",
"symfony/yaml": "^6.3",
"telegram-bot/api": "^2.3",
"telegram-bot/api": "v2.3.26",
"verifiedjoseph/ntfy-php-library": "^4"
},
"autoload": {
Expand Down
Loading

0 comments on commit 06006b4

Please sign in to comment.