Skip to content

Commit

Permalink
Merge pull request #109 from jremes-foss/update-laravel-8
Browse files Browse the repository at this point in the history
Update: Laravel 7 to Laravel 8
  • Loading branch information
jremes-foss authored May 29, 2023
2 parents 3282b25 + 44ea259 commit 151d1d7
Show file tree
Hide file tree
Showing 3 changed files with 1,984 additions and 1,242 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
Laravel-Based Community CTF Platform.

## Introduction
BeeCTF is a [CTF](https://en.wikipedia.org/wiki/Wargame_(hacking)) platform intended for small and local community groups who want to host their own CTF competitions. A small size and light weight makes BeeCTF a good platform to be hosted even in a small computer such as [Raspberry Pi](https://www.raspberrypi.org/) effectively. Built on [Laravel 7.0](https://laravel.com/), BeeCTF is easy to install and run even if your hardware is more limited.
BeeCTF is a [CTF](https://en.wikipedia.org/wiki/Wargame_(hacking)) platform intended for small and local community groups who want to host their own CTF competitions. A small size and light weight makes BeeCTF a good platform to be hosted even in a small computer such as [Raspberry Pi](https://www.raspberrypi.org/) effectively. Built on [Laravel 8](https://laravel.com/), BeeCTF is easy to install and run even if your hardware is more limited.

## Requirements
BeeCTF requires PHP version 7.3.0 with [composer](https://getcomposer.org/) and NodeJS.

## Installation

Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@
"type": "project",
"require": {
"php": ">=7.0.0",
"guzzlehttp/guzzle": "^7.0.1",
"facade/ignition": "^2.3.6",
"fideloper/proxy": "^4.0",
"laravel/framework": "^7.0",
"laravel/framework": "^8.0",
"laravel/helpers": "^1.2",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.4"
"laravel/ui": "^3.0",
"nunomaduro/collision": "^5.0"
},
"require-dev": {
"filp/whoops": "~2.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "~1.0",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/thanks": "^1.0"
},
Expand Down
Loading

0 comments on commit 151d1d7

Please sign in to comment.