From fc1048f45def1242f6dc543c233e4dd1ccc0d3b3 Mon Sep 17 00:00:00 2001 From: Robert Durica Date: Wed, 9 Aug 2023 23:12:35 +0200 Subject: [PATCH] Fixed core dependency for pipeline --- README.md | 6 +++--- src/composer.json | 6 ------ src/composer.lock | 15 +++++++++++++-- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c0aef29..1f1100e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# PHP Starter Kit +# B-Day Challenge Repository [![PHP](https://img.shields.io/badge/PHP-8.2-blue.svg)](http://php.net) [![Docker](https://img.shields.io/badge/Docker-powered-blue.svg)](https://www.docker.com/) [![composer](https://img.shields.io/badge/composer-latest-green.svg)](https://getcomposer.org/) +[![Docker Image CI](https://github.com/rdurica/b-day-challenge/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/rdurica/b-day-challenge/actions/workflows/docker-image.yml) - -The B-Day Quests Repository is a PHP web application designed to add excitement and engagement to birthday celebrations. +The B-Day Challenge Repository is a PHP web application designed to add excitement and engagement to birthday celebrations. This interactive platform allows administrators to create and assign fun tasks and challenges for users to complete, capturing their achievements through various media formats like videos, images, or written responses to quizzes and queries. diff --git a/src/composer.json b/src/composer.json index bca6ee0..8fecdd8 100644 --- a/src/composer.json +++ b/src/composer.json @@ -4,12 +4,6 @@ "keywords": ["nette"], "type": "project", "license": ["MIT"], - "repositories": [ - { - "url": "git@github.com:rdurica/core.git", - "type": "git" - } - ], "require": { "php": ">= 8.0", "rdurica/core": "^0.1.0", diff --git a/src/composer.lock b/src/composer.lock index ba584a9..67a66b4 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -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": "220db28ed2706fbd805b775bc93c584f", + "content-hash": "cb0a98fd0448126b0837892ae3d9f99b", "packages": [ { "name": "latte/latte", @@ -1312,9 +1312,15 @@ "version": "0.1.0", "source": { "type": "git", - "url": "git@github.com:rdurica/core.git", + "url": "https://github.com/rdurica/core.git", "reference": "fea8b86c81a45475bb5f63b942149e6ec69dd66f" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rdurica/core/zipball/fea8b86c81a45475bb5f63b942149e6ec69dd66f", + "reference": "fea8b86c81a45475bb5f63b942149e6ec69dd66f", + "shasum": "" + }, "require": { "latte/latte": "^3.0", "nette/application": "^3.1", @@ -1339,6 +1345,7 @@ "Rdurica\\Core\\": "src/" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1348,6 +1355,10 @@ } ], "description": "Most used functions and common services", + "support": { + "issues": "https://github.com/rdurica/core/issues", + "source": "https://github.com/rdurica/core/tree/0.1.0" + }, "time": "2023-08-09T21:02:11+00:00" }, {