Skip to content

Commit

Permalink
Merge pull request #116 from Coderberg/2.x
Browse files Browse the repository at this point in the history
2.x
  • Loading branch information
Coderberg committed Jan 13, 2024
2 parents 64d60a9 + 926b1c7 commit 50a3fa7
Show file tree
Hide file tree
Showing 92 changed files with 1,183 additions and 1,185 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.1']
php-version: ['8.2']

steps:
- name: "Checkout code"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
risky: true

version: 8.1
version: 8.2

preset: symfony

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018-2023 Valery Maslov
Copyright (c) 2018-2024 Valery Maslov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Coderberg/ResidenceCMS/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Coderberg/ResidenceCMS/?branch=master) [![Testing with MySQL](https://github.com/Coderberg/ResidenceCMS/actions/workflows/mysql.yml/badge.svg)](https://github.com/Coderberg/ResidenceCMS/actions/workflows/mysql.yml) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=Coderberg_ResidenceCMS&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=Coderberg_ResidenceCMS) [![StyleCI](https://github.styleci.io/repos/148062622/shield?branch=master)](https://github.styleci.io/repos/148062622?branch=master)

ResidenceCMS is a fast and lightweight Property Management System on top of [Symfony 6][1].
ResidenceCMS is a fast and lightweight Property Management System on top of [Symfony 7][1].

![GitHub](https://raw.githubusercontent.com/Coderberg/ResidenceCMS/master/docs/images/screenshot.png)

## Requirements

- PHP 8.1.0 or higher;
- PHP 8.2.0 or higher;
- PDO PHP Extension;
- GD PHP extension
- MySQL >= 5.7;
Expand All @@ -27,7 +27,7 @@ ResidenceCMS is a fast and lightweight Property Management System on top of [Sym
$ cd mywebsite.loc
```

4. After installing you should configure your web server's document / web root to be the ```public``` directory.
4. After installing, you should configure your web server's document / web root to be the ```public``` directory.

5. Create ```.env.local``` from ```.env``` file and fill in your database credentials

Expand Down
86 changes: 43 additions & 43 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-ctype": "*",
"ext-gd": "*",
"doctrine/annotations": "^2.0",
Expand All @@ -17,41 +17,41 @@
"gregwar/image": "master",
"knplabs/knp-paginator-bundle": "^6.3",
"phpdocumentor/reflection-docblock": "^5.3",
"scheb/2fa-bundle": "^6.12",
"scheb/2fa-google-authenticator": "^6.12",
"symfony/asset": "^6.4",
"symfony/cache": "^6.4",
"symfony/console": "^6.4",
"symfony/dotenv": "^6.4",
"symfony/expression-language": "^6.4",
"symfony/flex": "^2.4",
"symfony/form": "^6.4",
"symfony/framework-bundle": "^6.4",
"symfony/google-mailer": "^6.4",
"symfony/http-client": "^6.4",
"symfony/intl": "^6.4",
"symfony/lock": "^6.4",
"symfony/mailer": "^6.4",
"symfony/messenger": "^6.4",
"symfony/monolog-bridge": "^6.4",
"scheb/2fa-bundle": "^7.0",
"scheb/2fa-google-authenticator": "^7.0",
"symfony/asset": "^7.0",
"symfony/cache": "^7.0",
"symfony/console": "^7.0",
"symfony/dotenv": "^7.0",
"symfony/expression-language": "^7.0",
"symfony/flex": "^2",
"symfony/form": "^7.0",
"symfony/framework-bundle": "^7.0",
"symfony/google-mailer": "^7.0",
"symfony/http-client": "^7.0",
"symfony/intl": "^7.0",
"symfony/lock": "^7.0",
"symfony/mailer": "^7.0",
"symfony/messenger": "^7.0",
"symfony/monolog-bridge": "^7.0",
"symfony/monolog-bundle": "^3.10",
"symfony/notifier": "^6.4",
"symfony/process": "^6.4",
"symfony/property-access": "^6.4",
"symfony/property-info": "^6.4",
"symfony/notifier": "^7.0",
"symfony/process": "^7.0",
"symfony/property-access": "^7.0",
"symfony/property-info": "^7.0",
"symfony/proxy-manager-bridge": "^6.4",
"symfony/rate-limiter": "^6.4",
"symfony/runtime": "^6.4",
"symfony/security-bundle": "^6.4",
"symfony/serializer": "^6.4",
"symfony/string": "^6.4",
"symfony/translation": "^6.4",
"symfony/twig-bundle": "^6.4",
"symfony/validator": "^6.4",
"symfony/web-link": "^6.4",
"symfony/rate-limiter": "^7.0",
"symfony/runtime": "^7.0",
"symfony/security-bundle": "^7.0",
"symfony/serializer": "^7.0",
"symfony/string": "^7.0",
"symfony/translation": "^7.0",
"symfony/twig-bundle": "^7.0",
"symfony/validator": "^7.0",
"symfony/web-link": "^7.0",
"symfony/webpack-encore-bundle": "^2.1",
"symfony/yaml": "^6.4",
"symfonycasts/verify-email-bundle": "^1.15",
"symfony/yaml": "^7.0",
"symfonycasts/verify-email-bundle": "^1.16",
"twig/extra-bundle": "^3.8",
"twig/intl-extra": "^3.8",
"twig/string-extra": "^3.8",
Expand All @@ -62,21 +62,21 @@
"coderberg/google-authenticator": "^1.2",
"dbrekelmans/bdi": "^1.1",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"friendsofphp/php-cs-fixer": "^3.40",
"friendsofphp/php-cs-fixer": "^3.42",
"phpunit/phpunit": "^9.6",
"rector/rector": "^0.14.5",
"symfony/browser-kit": "^6.4",
"symfony/css-selector": "^6.4",
"symfony/debug-bundle": "^6.4",
"rector/rector": "^0.19",
"symfony/browser-kit": "^7.0",
"symfony/css-selector": "^7.0",
"symfony/debug-bundle": "^7.0",
"symfony/maker-bundle": "^1.52",
"symfony/panther": "^2.1",
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "^6.4",
"symfony/web-profiler-bundle": "^6.4"
"symfony/phpunit-bridge": "^7.0",
"symfony/stopwatch": "^7.0",
"symfony/web-profiler-bundle": "^7.0"
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
},
"optimize-autoloader": true,
"preferred-install": {
Expand Down Expand Up @@ -125,7 +125,7 @@
"extra": {
"symfony": {
"allow-contrib": true,
"require": "6.4.*",
"require": "7.0.*",
"docker": true
}
}
Expand Down
Loading

0 comments on commit 50a3fa7

Please sign in to comment.