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 composer.json
Update composer.json
Merge pull request #558 from pawawat/fix-missing-retrieved-event-in-post-model

fix missing retrieved event in Post model
Date: 1 year ago
Size: 1,198 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": "juniorgro@gmail.com", "homepage": "http://jgrossi.com" } ], "require": { "php": "^8.0.2", "illuminate/database": "^9.0", "illuminate/filesystem": "^9.0", "illuminate/support": "^9.0", "fakerphp/faker": "^1.19", "bordoni/phpass": "0.3.*", "thunderer/shortcode": "^0.7.3" }, "require-dev": { "laravel/legacy-factories": "^1.0", "orchestra/testbench": "^7.0", "symfony/thanks": "^1.0", "mockery/mockery": "^1.4.4", "dms/phpunit-arraysubset-asserts": "^0.3" }, "autoload": { "psr-4": { "Corcel\\": "src/", "Corcel\\Tests\\": "tests/" } }, "extra": { "laravel": { "providers": [ "Corcel\\Laravel\\CorcelServiceProvider" ] } } }