Skip to content

Commit

Permalink
fix composer package, change to php8.1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Jan 26, 2024
1 parent 1f36271 commit 5f16699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 49 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Donation Tool for epicenter.works",
"license": "AGPLv3",
"require": {
"php": "^8.2",
"unzerdev/php-sdk": "^3.4"
"php": ">=7.4",
"mpay24/mpay24-php": "^5.1"
},
"config": {
"optimize-autoloader": true,
Expand Down
47 changes: 2 additions & 45 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ in
pkgs.mkShell {
name = "epicenter-works-spenden";
buildInputs = (with pkgs; [
php82
php82Packages.composer
php81
php81Packages.composer
nginx
]);

Expand Down

0 comments on commit 5f16699

Please sign in to comment.