Skip to content

Commit

Permalink
PHP 8 support (and not support for PHP 7).
Browse files Browse the repository at this point in the history
  • Loading branch information
HNygard committed Mar 24, 2023
1 parent 168db6a commit e69b1ba
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 68 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Følgende kommando henter ned alle i år med 4 dager cache og resten med 365 dag

> php get.php
Krever PHP 8.

## TODO

- [x] Basis HTML-side for publisering på Github pages
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"symfony/css-selector": "~2.1|~3.0|~4.0",
"symfony/dom-crawler": "~2.1|~3.0|~4.0",
"symfony/css-selector": "~5.4.21",
"symfony/dom-crawler": "~5.4.21",
"ext-json": "*"
}
}
Loading

0 comments on commit e69b1ba

Please sign in to comment.