1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

51 Commits

Author SHA1 Message Date
Andreas Möller
eb0a6d4b5a
Enhancement: Use vimeo/psalm as PHAR (#2088) 2020-10-23 19:34:39 +02:00
Andreas Möller
503ee3dcc1
Fix: Remove psalm/plugin-phpunit (#2087) 2020-10-23 18:59:50 +02:00
Andreas Möller
67ea784b49
Enhancement: Update slevomat/coding-standard (#2081) 2020-10-23 14:58:21 +02:00
Andreas Möller
937ea4cc6b
Enhancement: Update dealerdirect/phpcodesniffer-composer-installer 2020-10-23 14:46:07 +02:00
Andreas Möller
78fc8817ed
Enhancement: Update vimeo/psalm (#2072)
* Enhancement: Update vimeo/psalm

* Fix: Regenerate baseline
2020-10-23 14:01:18 +02:00
Andreas Möller
e251f570eb
Fix: Update squizlabs/php_codesniffer 2020-10-23 12:00:28 +02:00
Andreas Möller
2fe97fc56f
Fix: Update phpunit/phpunit 2020-10-22 22:28:53 +02:00
Andreas Möller
b71cc52534
Enhancement: Require dealerdirect/phpcodesniffer-composer-installer 2020-03-15 23:17:17 +01:00
Andreas Möller
10148f6cee
Enhancement: Require slevomat/coding-standard 2020-03-15 23:13:50 +01:00
Andreas Möller
a9ff51d0c3
Fix: Manually fix issues that phpcbf cannot fix 2020-03-15 19:18:00 +01:00
Andreas Möller
8e05aa2b42
Enhancement: Run a static code analysis and collect type coverage with vimeo/psalm (#1897)
* Enhancement: Require vimeo/psalm

* Enhancement: Add basic configuration for psalm

* Enhancement: Run psalm on GitHub Actions

* Enhancement: Add targets to Makefile

* Enhancement: Require and use psalm/plugin-phpunit

* Fix: Issues reported via static analysis

* Fix: Generate baseline for psalm
2020-03-15 17:26:38 +01:00
Andreas Möller
59eff8ac4b
Fix: Alias 2020-03-13 16:56:08 +01:00
Pim Jansen
3d561a474b
Project specific files 2020-03-13 16:50:35 +01:00
Andreas Möller
da215ee0f5
Enhancement: Require phpunit/phpunit:^8.5.2 (#1890)
* Enhancement: Require phpunit/phpunit:^8.5.2

* Fix: Migrate tests

* Fix: Risky tests
2020-03-11 12:56:11 +01:00
Andreas Möller
0843aca44d
Merge pull request #1895 from localheinz/feature/phpcs
Enhancement: Update squizlabs/php_codesniffer
2020-03-11 12:42:37 +01:00
Andreas Möller
b7538a8b0d
Enhancement: Update squizlabs/php_codesniffer 2020-03-11 12:39:01 +01:00
Andreas Möller
3580632a46
Fix: Configure preferred installation method via composer.json 2020-01-13 16:46:16 +01:00
Andreas Möller
d4d837e91c Fix: Require PHP 7.2 (#1846) 2019-11-14 15:38:23 +01:00
fzaninotto
27a216cbe7 Bump version to 1.9 2019-11-14 14:13:06 +01:00
Andreas Möller
d74cafd38d
Enhancement: Keep packages sorted in composer.json 2019-08-25 09:30:56 +02:00
Andreas Möller
eb25a3d20c
Enhancement: Update squizlabs/php_codesniffer 2019-08-24 13:48:01 +02:00
Francois Zaninotto
bacc8068d5 Change branch alias 2018-07-12 12:25:35 +02:00
Gabriel Caruso
90b9dad60c
Bump PHPUnit version for namespace compatibility 2017-11-09 17:35:02 -02:00
Francois Zaninotto
d3ed4cc370 Bump version 2017-08-15 18:48:10 +02:00
Francois Zaninotto
dd4564efb0 Prepare Release 1.7 2017-08-15 18:34:15 +02:00
Vincent Klaiber
c92dbe258e Update composer.json
Update the Composer file: bump branch alias and consistent version constraints.
2017-07-03 18:29:30 +02:00
Hidde Boomsma
1b28a84da3
Rewrote deprecated each() usage
See https://wiki.php.net/rfc/deprecations_php_7_2#each
Also allowed using PHPUnit version 5 because version 4
also still uses the deprecated `each()` function. This
way the project will continue to build on future PHP
versions without sacreficing backwards compatibility to
PHP 5.3-5.5 versions. (Would be needed for allowing to
install PHPunit 6).
2017-03-22 11:47:34 +01:00
Tomáš Votruba
3e6dd18794 composer: allow PHP 7 in safer way 2016-04-06 01:29:45 +02:00
Francois Zaninotto
2585edbef8 Merge pull request #663 from localheinz/fix/autoload-dev
Fix: Namespace is Faker\Test, not Faker\PHPUnit
2016-02-23 13:35:04 +01:00
Jonathan A. Schweder
6514c056ee #584 move intl extension for require-dev in composer.json file 2015-08-24 08:08:22 -03:00
Andreas Möller
51b9a22234 Fix: Namespace is Faker\Test, not Faker\PHPUnit 2015-08-08 23:28:14 +02:00
Francois Zaninotto
249d26d5d1 Bump dev master version to 1.6.x-dev 2015-05-29 08:30:22 +02:00
Francois Zaninotto
7d7fffe5c4 Fix translitteration 2015-01-02 23:53:25 +01:00
Hugo Fonseca
0c846e8dce added composer suggest of ext-intl 2015-01-02 22:48:28 +01:00
Graham Campbell
cfb4faf976 PSR-4 autoloading 2014-11-08 13:21:51 +00:00
Francois Zaninotto
0b903eaff5 Starting branch 1.5 2014-06-04 16:44:10 +02:00
Francois Zaninotto
010c7efedd Releasing v1.4.0 2014-06-04 16:43:02 +02:00
David Stensland
f4fc697af8 Allow more recent versions of PHPUnit 2014-04-07 01:27:54 -04:00
David Stensland
0b7de5c0e6 Add php_codesniffer and run before tests. run vendor PHPUnit, too 2014-04-07 01:27:54 -04:00
Lucas
73f0145585 Add PHPUnit 4.0.* to require-dev 2014-04-07 01:27:54 -04:00
Francois Zaninotto
6f4383b9a0 Bump version for next release 2013-12-16 22:58:51 +01:00
Francois Zaninotto
1d143fd8ca Fix composer version 2013-12-16 22:56:48 +01:00
Francois Zaninotto
b96bef51b0 releasing 1.3.0 stable 2013-12-16 22:54:46 +01:00
Francois Zaninotto
725857f5cd Bump composer to future version
Closes #191
2013-10-21 22:49:42 +02:00
Francois Zaninotto
4ad4bc4b5c Update composer branch alias 2013-06-09 20:05:57 +02:00
Mark van der Velden
2a8258728b Removed all requires and added the autoload definition to composer. 2013-05-18 16:53:58 +02:00
toin0u
6bfc1a4e3b Cleaned: whitespaces 2012-11-10 12:31:37 +01:00
Jordi Boggiano
97a20cc7b9 Fix composer.json
Empty email is invalid and dev-master is now gone from packagist because of it
2012-11-07 21:54:47 +01:00
Jordi Boggiano
3d8b7d2d93 Add branch-alias to the master branch 2012-10-27 15:28:53 +03:00
Francois Zaninotto
ab426e0253 Update PHP version requirement.
Instead of breaking BC and changing some method names to fix #23.
2012-02-10 18:33:31 +01:00