Skip to content

Commit

Permalink
PHP 7.3 support
Browse files Browse the repository at this point in the history
This will be a point release, version 1.7.6.
  • Loading branch information
Alanaktion committed Dec 24, 2018
1 parent 08a9a80 commit 2ac15c2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A high performance full-featured project management system",
"type": "project",
"require": {
"bcosca/fatfree-core": "^3.6",
"bcosca/fatfree-core": "^3.6.5",
"paragonie/random_compat": "^2.0",
"symfony/polyfill": "^1.7",
"voku/anti-xss": "^2.1",
Expand Down
76 changes: 41 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('PHPROJECT_VERSION', '1.7.5');
define('PHPROJECT_VERSION', '1.7.6');

// Initialize core
require_once "vendor/autoload.php";
Expand Down

0 comments on commit 2ac15c2

Please sign in to comment.