Private
Public Access
1
0

chg: pkg: add missing .env variable and increase the version number and add missing data from front-end and back-end deps descriptor #4
Some checks failed
Deploy to Production / deploy (push) Failing after 0s

This commit is contained in:
2026-04-15 18:59:52 +02:00
parent 6f3edb41ea
commit 5ee972f003
4 changed files with 65 additions and 51 deletions

View File

@@ -1,6 +1,14 @@
{
"name": "splendid-bear/mineseeker",
"version": "2026.2.1",
"license": "GPL-3.0-or-later",
"author": "https://www.splendidbear.org",
"bugs": "https://source.splendidbear.org",
"description": "This is a minesweeper game that is inspired from MSN Messenger's game.",
"minimum-stability": "dev",
"type": "project",
"license": "proprietary",
"prefer-stable": true,
"private": true,
"require": {
"php": ">=8.5",
"ext-iconv": "*",