PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of aidid alam   Codeigniter Eloquent ORM   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Codeigniter Eloquent ORM
Store CodeIgniter model objects using Eloquent ORM
Author: By
Last change:
Date: 1 year ago
Size: 1,272 bytes
 

Contents

Class file image Download
{ "description": "CodeIgniter 3 framework with Eloquent ORM", "name": "mod-ci/with-eloquent", "type": "project", "homepage": "https://github.com/aididalam/Codeigniter-Eloquent-ORM", "license": "MIT", "authors": [ { "name": "Aidid Alam", "email": "aididalam11@gmail.com" } ], "support": { "forum": "https://github.com/aididalam/Codeigniter-Eloquent-ORM/discussions/1", "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki", "slack": "https://codeigniterchat.slack.com", "source": "https://github.com/bcit-ci/CodeIgniter" }, "require": { "php": ">=5.3.7", "illuminate/database": "^8.83", "symfony/var-dumper": "^5.4" }, "suggest": { "paragonie/random_compat": "Provides better randomness in PHP 5.x" }, "scripts": { "test:coverage": [ "@putenv XDEBUG_MODE=coverage", "phpunit --color=always --coverage-text --configuration tests/travis/sqlite.phpunit.xml" ], "post-install-cmd": [ "sed -i s/name{0}/name[0]/ vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/vfsStream.php" ], "post-update-cmd": [ "sed -i s/name{0}/name[0]/ vendor/mikey179/vfsstream/src/main/php/org/bovigo/vfs/vfsStream.php" ] }, "require-dev": { "mikey179/vfsstream": "1.6.*", "phpunit/phpunit": "4.* || 5.* || 9.*" } }