Compare commits

..

6 Commits

Author SHA1 Message Date
a32c0b9bd0
update soko-web
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good
2023-09-27 22:07:10 +02:00
e695da50b2
fixup! update ubuntu to 22.04 and php to 8.1 2023-09-27 21:29:21 +02:00
9000cb77f4
generate composer.lock 2023-09-27 21:27:45 +02:00
212963683e
update phpunit 2023-09-27 21:27:34 +02:00
07edad87c4
remove not used dependency fzaninotto/faker 2023-09-27 21:26:49 +02:00
64377be637
update ubuntu to 22.04 and php to 8.1 2023-09-27 21:26:17 +02:00
2 changed files with 8 additions and 6 deletions

View File

@ -10,7 +10,7 @@
}
],
"require": {
"esoko/soko-web": "0.15"
"esoko/soko-web": "dev-feature/update-to-php81"
},
"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": "b2cf6b2a666c61250e62aa034e9aefe2",
"content-hash": "99e0428ce0624a0038996025df58d704",
"packages": [
{
"name": "cocur/slugify",
@ -82,11 +82,11 @@
},
{
"name": "esoko/soko-web",
"version": "v0.15",
"version": "dev-feature/update-to-php81",
"source": {
"type": "git",
"url": "https://git.esoko.eu/esoko/soko-web.git",
"reference": "e59d6270804ee9fdfd212308d8e1d1a76b66993e"
"reference": "3acca19d49446aa948b14fe5097d8d88f812cdc6"
},
"require": {
"cocur/slugify": "^4.5",
@ -108,7 +108,7 @@
"GNU GPL 3.0"
],
"description": "Lightweight web framework",
"time": "2023-09-27T20:11:05+00:00"
"time": "2023-09-27T20:05:56+00:00"
},
{
"name": "graham-campbell/result-type",
@ -2882,7 +2882,9 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"esoko/soko-web": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],