Skip to content

Commit b9442c9

Browse files
authored
Merge pull request #25 from crazyfactory/revert-php82
Revert "feat(php82): Update all dependencies and support PHP82"
2 parents e05c4cb + 6472f19 commit b9442c9

File tree

9 files changed

+1096
-2128
lines changed

9 files changed

+1096
-2128
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ cache:
66
- $HOME/.composer/cache
77

88
matrix:
9+
910
include:
10-
- dist: focal
11-
php: 8.2
12-
env: LIBONIG_INSTALL=1
11+
- php: 7.1
12+
- php: 7.2
13+
- php: nightly
1314

1415
fast_finish: true
1516

1617
allow_failures:
1718
- php: nightly
1819

1920
before_install:
20-
- if [ -n "$LIBONIG_INSTALL" ]; then sudo apt-get install libonig5; fi
2121
- composer self-update
2222

2323
install:
@@ -29,7 +29,7 @@ deploy:
2929
script: scripts/deploy.sh
3030
on:
3131
tags: true
32-
condition: "$TRAVIS_PHP_VERSION = 8.2"
32+
condition: "$TRAVIS_PHP_VERSION = 7.1"
3333

3434
script:
3535
- composer test

composer.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,14 @@
1212
"CrazyFactory\\Validation\\Tests\\": "tests/"
1313
}
1414
},
15-
"repositories": [
16-
{
17-
"type": "composer",
18-
"url": "https://php.fury.io/q_omCXxCokXrnmmFhsod/crazyfactory/"
19-
}
20-
],
21-
"config": {
22-
"platform": {
23-
"php": "8.2.3"
24-
}
25-
},
2615
"require": {
27-
"php": "^8.2",
16+
"php": "^7.1",
2817
"ext-soap": "*"
2918
},
3019
"require-dev": {
31-
"codeception/codeception": "^4.0",
20+
"codeception/codeception": "^2.4",
3221
"crazyfactory/sniffs": "^1.3",
33-
"phpunit/phpunit": "^9.6",
34-
"codeception/module-asserts": "^2.0"
22+
"phpunit/phpunit": "7.0"
3523
},
3624
"license": "GPL",
3725
"authors": [

0 commit comments

Comments
 (0)