Skip to content

Commit

Permalink
add composer.json and rename repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Aug 7, 2016
1 parent e0fb81a commit 07cc74a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Wrapper for PHP ereg extension
===============================
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg?style=plastic)](https://raw.githubusercontent.com/OOPS-ORG-PHP/php-ereg-wrapper/master/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg?style=plastic)](https://raw.githubusercontent.com/OOPS-ORG-PHP/ereg-extension-wrapper/master/LICENSE)

The ereg-wrapper api support ereg extension api, and was designed to work best as with ereg extension.
If you have PHP7 environment and must need removed ereg extension api, this is good choise.
Expand Down
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "joungkyun/ereg-extension-wrapper",
"description": "pure PHP EREG extension wrapper",
"type": "library",
"keyword": [ "ereg", "extension", "wrapper" ],
"homepage": "https://github.com/OOPS-ORG-PHP/ereg-extension-wrapper",
"license": "BSD-2-Clause",
"author": [
{
"name": "JoungKyun Kim",
"email": "[email protected]",
"homepage": "https://joungkyun.github.com"
}
],
"support": {
"issues": "https://github.com/OOPS-ORG-PHP/ereg-extension-wrapper/issues"
},
"require": {
"php": ">=7.0.0",
}
}

0 comments on commit 07cc74a

Please sign in to comment.