PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Eloquent Composite Primary Key   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Eloquent Composite Primary Key
Define object properties to use as primary keys
Author: By
Last change:
Date: 3 years ago
Size: 521 bytes
 

Contents

Class file image Download
{ "name": "thiagoprz/eloquent-composite-key", "description": "Eloquent Composite Key Support Package", "type": "library", "autoload": { "classmap": [ "src/" ], "psr-4": { "Thiagoprz\\CompositeKey\\": "src" } }, "require": { "php": "^7.1.3" }, "license": "MIT", "authors": [ { "name": "Thiago Przyczynski", "email": "przyczynski@gmail.com" } ], "minimum-stability": "dev" }