Commit 21b767fc by fengwenguang

init

parents
*.log
_notes
*.komodoproject
*.bak
*.pid
*.sock
.project
.DS_Store
thumbs.db
nbproject
.idea
rsync.sh
*.settings
.settings
reload.sh
node_modules
static/compiled-js
/vendor/
colorfultail
tags
.phpcd
.flowconfig
flow-typed
docker-compose.yml
.gutctags
cscope.cfg
.yarn-offline-mirror
.sync-config.cson
.phan
.vscode
phpstan.neon
*.todo
dev.http
psalm.xml
.profile
{
"name": "fwg/test1",
"description": "Logging for PHP 5.3",
"homepage": "https://git.neoteched.com/fwg/composer.git",
"type": "library",
"license": "BSD",
"authors": [
{
"name": "fwg",
"email": "592504020@qq.com"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*"
},
"suggest": {
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server"
},
"autoload": {
"psr-0": {"composer": "src/"}
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
}
}
<?php
/**
* Created by PhpStorm.
* User: fwg
* Date: 20/1/2
* Time: 下午6:20
*/
class a
{
function __construct() {
echo 123;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment