diff --git a/README.md b/README.md index eb70ccb..fd43f80 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Quagga CMS ===== -Quagga CMS is a free and open-source content management system (CMS) that is built on the PHP framework Laravel. Quagga CMS is easy to use and flexible, making it a great choice for creating a wide variety of websites and digital content, such as blogs, wikis, and e-commerce websites. +Quagga CMS is a free and open-source content management system (CMS) that is built on the PHP framework Slim. Quagga CMS is easy to use and flexible, making it a great choice for creating a wide variety of websites and digital content, such as blogs, wikis, and e-commerce websites. # Features diff --git a/composer.json b/composer.json index 8960ea0..cfd14ad 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,11 @@ "ramsey/uuid": "^4.2.3", "spatie/schema-org": "^3.9", "tebazil/db-seeder": "^1.0", - "twig/twig": "^3.8", + "twig/twig": "^3.9", "vlucas/phpdotenv": "^5.6" }, "require-dev": { - "jangregor/phpstan-prophecy": "^1.0.0", + "jangregor/phpstan-prophecy": "^1.0.2", "phpspec/prophecy-phpunit": "^2.2", "phpstan/extension-installer": "^1.3.1", "phpunit/phpunit": "^9.6.17",