Compare commits

..

5 Commits

Author SHA1 Message Date
be2105a284
update soko-web
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good
2023-09-27 22:12:49 +02:00
5481cc67a0
generate composer.lock 2023-09-27 22:12:49 +02:00
a547fbb631
update phpunit 2023-09-27 22:12:49 +02:00
0e3f943f1e
remove not used dependency fzaninotto/faker 2023-09-27 22:12:49 +02:00
ec42479304
update ubuntu to 22.04 and php to 8.1 2023-09-27 22:12:49 +02:00
2 changed files with 6 additions and 8 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"esoko/soko-web": "dev-feature/update-to-php81"
"esoko/soko-web": "0.15"
},
"require-dev": {
"phpunit/phpunit": "^10.3",

12
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "99e0428ce0624a0038996025df58d704",
"content-hash": "b2cf6b2a666c61250e62aa034e9aefe2",
"packages": [
{
"name": "cocur/slugify",
@ -82,11 +82,11 @@
},
{
"name": "esoko/soko-web",
"version": "dev-feature/update-to-php81",
"version": "v0.15",
"source": {
"type": "git",
"url": "https://git.esoko.eu/esoko/soko-web.git",
"reference": "3acca19d49446aa948b14fe5097d8d88f812cdc6"
"reference": "e59d6270804ee9fdfd212308d8e1d1a76b66993e"
},
"require": {
"cocur/slugify": "^4.5",
@ -108,7 +108,7 @@
"GNU GPL 3.0"
],
"description": "Lightweight web framework",
"time": "2023-09-27T20:05:56+00:00"
"time": "2023-09-27T20:11:05+00:00"
},
{
"name": "graham-campbell/result-type",
@ -2882,9 +2882,7 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"esoko/soko-web": 20
},
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],