PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Junior Grossi   Corcel (Laravel + WordPress)   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Corcel (Laravel + WordPress)
Use the WordPress backend with any PHP application
Author: By
Last change: update other dependencies
upgrade to laravel 12
remove phpunit-arraysubset-asserts dependency
update of composer.json
update of composer.json
update of composer.json
fix and update test
add Laravel 11 support
add support to laravel 10
Update composer.json
Update composer.json
Update composer

"php": "^8.1",
"illuminate/database": "^9.0|^10.0",
"illuminate/filesystem": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",

for compatibility with laravel-10
Update composer edit illuminate/database

Date: 15 days ago
Size: 1,245 bytes
 

Contents

Class file image Download
{ "name": "jgrossi/corcel", "replace": { "juniorgrossi/corcel": "self.version" }, "description": "Use WordPress backend with Laravel or any PHP framework", "homepage": "http://github.com/corcel/corcel", "license": "MIT", "authors": [ { "name": "Junior Grossi", "email": "[email protected]", "homepage": "http://jgrossi.com" } ], "require": { "php": "^8.2", "illuminate/database": "^12.0", "illuminate/filesystem": "^12.0", "illuminate/support": "^12.0", "fakerphp/faker": "^1.24", "bordoni/phpass": "0.3.*", "thunderer/shortcode": "^0.7.6" }, "require-dev": { "laravel/legacy-factories": "^1.0", "orchestra/testbench": "^10.1", "symfony/thanks": "^1.4", "mockery/mockery": "^1.6.12" }, "autoload": { "psr-4": { "Corcel\\": "src/", "Corcel\\Tests\\": "tests/" } }, "extra": { "laravel": { "providers": [ "Corcel\\Laravel\\CorcelServiceProvider" ] } }, "config": { "allow-plugins": { "symfony/thanks": true } } }