Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit f53a1c2

Browse files
author
Andreu Correa Casablanca
committed
Remove infinite numbers support & upgrate to PHP 7.0
1 parent 1a43955 commit f53a1c2

File tree

66 files changed

+361
-1773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+361
-1773
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
composer.lock
2-
vendor
3-
coverage_report
1+
vendor/
2+
coverage_report/
3+
.idea/
4+
composer.lock

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
"source": "http://github.com/Litipk/php-bignumbers"
1616
},
1717
"require": {
18-
"php": ">=5.4.0",
19-
"ext-bcmath": "*",
20-
"litipk/php-exceptions": ">=0.1.3"
18+
"php": ">=7.0",
19+
"ext-bcmath": "*"
2120
},
2221
"require-dev": {
23-
"psy/psysh": ">=0.5.2",
24-
"phpunit/phpunit": "~4.8",
25-
"squizlabs/php_codesniffer": "2.3.*",
26-
"codeclimate/php-test-reporter": "dev-master"
22+
"psy/psysh": "^0.8",
23+
"phpunit/phpunit": "~6.0",
24+
"squizlabs/php_codesniffer": "^2.8",
25+
"codeclimate/php-test-reporter": "^0.4"
2726
},
2827
"minimum-stability": "stable",
2928
"autoload": {

0 commit comments

Comments
 (0)