Skip to content

Commit

Permalink
Merge pull request UTCWeb#40 from UTCGilligan/feature/UTCT-21-Roles-Auth
Browse files Browse the repository at this point in the history
Feature: UTCT-21 Roles and Auth
  • Loading branch information
UTCGilligan authored Dec 11, 2023
2 parents c5b1940 + affcad7 commit 8cd5fa0
Show file tree
Hide file tree
Showing 22 changed files with 1,956 additions and 65 deletions.
5 changes: 5 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ config:
webroot: .
database: mariadb
xdebug: false
services:
appserver:
config:
server: config/httpd.conf
vhosts: config/default-ssl.conf
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"source": "https://github.com/YOURLS/YOURLS"
},
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-dom": "*",
"ext-filter": "*",
"ext-hash": "*",
Expand All @@ -39,7 +39,7 @@
"config": {
"vendor-dir": "includes/vendor",
"platform": {
"php": "7.4.0"
"php": "8.1"
}
},
"autoload": {
Expand Down
Loading

0 comments on commit 8cd5fa0

Please sign in to comment.