Skip to content

Commit

Permalink
Updated dependencies (php>=7.3).
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Apr 2, 2020
1 parent 0d1d1e0 commit ded9cb0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</tbody>
</table>

Interface for getting CGI variables..
Interface for getting CGI variables.

# Design

Expand Down
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
<target name="build">
<echo message=""/>
</target>

<target name="unit">
<echo message=""/>
</target>
</project>
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0"
"php": ">=7.3"
},
"require-dev": {
"phing/phing": "^2.0.0"
"phing/phing": "^2.0"
},
"autoload": {
"psr-4": {
"Plaisio\\Cgi\\": "src/"
}
},
"config": {
"bin-dir": "bin/"
"bin-dir": "bin/",
"sort-packages": true
}
}

0 comments on commit ded9cb0

Please sign in to comment.