Skip to content

Commit

Permalink
Enable support for PIE installation
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno authored Dec 24, 2024
1 parent 486a1f8 commit 0caf20f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "embedded-php/i2c",
"type": "php-ext",
"license": "mit",
"description": "An object-oriented wrapper to the i2c-dev Linux Kernel driver",
"require": {
"php": "^8.0"
},
"php-ext": {
"extension-name": "i2c"
}
}

0 comments on commit 0caf20f

Please sign in to comment.