Skip to content

Commit

Permalink
Add composer.json to install extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Nov 28, 2024
1 parent 4bd54a4 commit ac9dfea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "solidworx/aspect",
"type": "php-ext",
"license": "MIT",
"description": "PHP Aspect Extension",
"require": {
"php": "^8.0"
},
"replace": {
"ext-aspect": "*"
},
"php-ext": {
"extension-name": "ext-aspect",
"priority": 80
}
}

0 comments on commit ac9dfea

Please sign in to comment.