Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
php: [7.4]
php: [8.3, 8.4]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
15 changes: 0 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,3 @@ false-positives
.idea/
i18n_helper.js

# These files get created by the symlinks.sh script on Toolforge
public_html/index.php
public_html/api.php
public_html/application.css
public_html/application.js
public_html/faq
public_html/url_structure
_browser_check.php
_data_links.php
_footer.php
_head.php
_header.php
_modals.php
_output.php
images
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
20.12.2
1 change: 1 addition & 0 deletions _browser_check.php
1 change: 1 addition & 0 deletions _data_links.php
1 change: 1 addition & 0 deletions _footer.php
1 change: 1 addition & 0 deletions _head.php
1 change: 1 addition & 0 deletions _header.php
1 change: 1 addition & 0 deletions _modals.php
1 change: 1 addition & 0 deletions _output.php
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mysqli": "*",
"ext-apcu": "*",
"mthaml/mthaml": "1.8.0",
"krinkle/intuition": "^1.2.0",
"php": ">=8.3.0",
"whichbrowser/parser": "^2.0",
"symfony/cache": "^5.0"
"symfony/cache": "^5.0",
"symfony/http-client": "^7.4"
}
}
Loading
Loading