Skip to content

Commit 151d1d7

Browse files
authored
Merge pull request #109 from jremes-foss/update-laravel-8
Update: Laravel 7 to Laravel 8
2 parents 3282b25 + 44ea259 commit 151d1d7

File tree

3 files changed

+1984
-1242
lines changed

3 files changed

+1984
-1242
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
Laravel-Based Community CTF Platform.
66

77
## Introduction
8-
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.
8+
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.
9+
10+
## Requirements
11+
BeeCTF requires PHP version 7.3.0 with [composer](https://getcomposer.org/) and NodeJS.
912

1013
## Installation
1114

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
"type": "project",
77
"require": {
88
"php": ">=7.0.0",
9+
"guzzlehttp/guzzle": "^7.0.1",
10+
"facade/ignition": "^2.3.6",
911
"fideloper/proxy": "^4.0",
10-
"laravel/framework": "^7.0",
12+
"laravel/framework": "^8.0",
1113
"laravel/helpers": "^1.2",
1214
"laravel/tinker": "^2.0",
13-
"laravel/ui": "^2.4"
15+
"laravel/ui": "^3.0",
16+
"nunomaduro/collision": "^5.0"
1417
},
1518
"require-dev": {
1619
"filp/whoops": "~2.0",
1720
"fzaninotto/faker": "~1.4",
1821
"mockery/mockery": "~1.0",
1922
"php-coveralls/php-coveralls": "^2.2",
20-
"phpunit/phpunit": "^8.5",
23+
"phpunit/phpunit": "^9.0",
2124
"squizlabs/php_codesniffer": "^3.5",
2225
"symfony/thanks": "^1.0"
2326
},

0 commit comments

Comments
 (0)