Skip to content

Commit

Permalink
Fixed core dependency for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rdurica committed Aug 9, 2023
1 parent 585e8f7 commit fc1048f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 0 additions & 6 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"keywords": ["nette"],
"type": "project",
"license": ["MIT"],
"repositories": [
{
"url": "[email protected]:rdurica/core.git",
"type": "git"
}
],
"require": {
"php": ">= 8.0",
"rdurica/core": "^0.1.0",
Expand Down
15 changes: 13 additions & 2 deletions src/composer.lock

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

0 comments on commit fc1048f

Please sign in to comment.