Commit Graph

137 Commits

Author SHA1 Message Date
c74a2608c4 Updated php dependencies 2023-06-24 11:32:54 +01:00
99377d43c1 Updated php deps 2023-05-22 20:52:50 +01:00
ee1e047964 Updated php deps, formatted command changes 2023-05-08 14:37:01 +01:00
c41baa1b76 Updated CLI & PHP deps, added gitignore for local composer 2023-05-01 18:44:46 +01:00
f837083c12 Updated php deps 2023-04-21 11:37:41 +01:00
970088a8a1 Updated php deps 2023-03-24 14:46:30 +00:00
6357056d7b Updated php deps 2023-03-13 21:03:00 +00:00
f35c42b0b8 Updated php deps and translaters in prep for v23.02 2023-02-25 17:35:21 +00:00
f9fcc9f3c7 Updated php deps 2023-02-16 17:27:09 +00:00
bc18dc7da6 Removed parallel testing, updated predis
Parallel testing paratest library caused issues due to a single version
not being compatibile across our php range. Removed for now as not
really worth the faff to get compatible.
2023-02-07 11:50:59 +00:00
5e8ec56196 Fixed issues found from tests 2023-02-06 20:41:33 +00:00
008e7a4d25 Followed Laravel 9 update steps and file changes 2023-02-06 16:58:29 +00:00
c2115cab59 Updated php depenencies 2023-02-02 11:44:25 +00:00
28dda39260 Updated PHP and JS depenencies 2023-01-21 19:09:19 +00:00
40a1377c0b Fixed tests to align with recent changes, Updated php deps 2022-11-23 12:08:55 +00:00
725ff5a328 Updated php deps 2022-10-16 09:54:07 +01:00
bf56254077 Merge branch 'auth_review' into development 2022-09-27 19:34:48 +01:00
b716fd2b8b Updated composer deps, incremented dev version 2022-09-27 02:56:49 +01:00
f4388d5e4a Removed usage of laravel/ui dependency
Brings app auth controller handling aligned within the app, rather than
having many overrides of the framwork packages causing confusion and
messiness over time.
2022-09-22 16:54:27 +01:00
8a749c6acf Added and ran PHPCS 2022-09-18 01:25:20 +01:00
ee1e936660 Applied styleci changes, updated composer deps 2022-09-05 13:18:37 +01:00
1cc7c649dc Applied StyleCi changes, updated php deps 2022-08-29 17:46:41 +01:00
0bb5654f80 Updated composer deps, applied StyleCI changes 2022-07-27 11:07:41 +01:00
72c8b138e1 Updated tests to use ssddanbrown/asserthtml package
Closes #3519
2022-07-23 15:10:18 +01:00
24f4febcd5 Updated DOMPDF, and other PHP dependancies 2022-07-17 14:01:59 +01:00
46d71a181e Updated php deps and applied styleci changes 2022-06-22 12:49:58 +01:00
0a05119aa5 Applied styleci changes, updated composer deps 2022-06-10 12:37:14 +01:00
c8b123bfac Updated composer deps, applied styleci changes 2022-06-08 18:00:30 +01:00
73f36b279e Updated PHP deps 2022-05-30 16:46:48 +01:00
4a2a044f3d Updated PHP deps 2022-05-09 14:57:34 +01:00
c216a6a210 Applied stylci changes, updated composer deps 2022-04-29 15:38:06 +01:00
2b0ae23da0 Updated composer deps, applied latest StyleCI changes 2022-04-24 18:22:40 +01:00
1a90b98b8f Updated composer dependancies 2022-03-30 19:22:47 +01:00
981807220c Applied StyleCI changes and updated dependancies 2022-03-23 12:02:01 +00:00
7f5fc9fbe3 Updated composer dependancies
Includes update to dompdf v1.2 which helps address image sizing in
tables and hence fix #3190
2022-02-24 14:30:55 +00:00
e33b587b87 Updated minimum php version from 7.3 to 7.4
Closes #3152
2022-02-04 13:27:11 +00:00
f88e6d1520 Updated HTMLDiff package to address multibtye issue
Addresses potential issue when using multibyte characters.
Couple of other packages seemed to have updates also since earlier.

For #3170
2022-01-24 20:27:14 +00:00
872961ef7c Updated npm and php dependancies 2022-01-24 18:53:28 +00:00
74ab99ec41 Updated php deps 2021-12-15 14:00:30 +00:00
056d7c119f Updated php packages 2021-11-15 18:39:38 +00:00
bc291bee78 Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00
c9c4dbcb5b Merge branch 'laravel_upgrade' 2021-11-04 22:42:35 +00:00
9c680efaad Updated php packages, Added php8.1 to GH actions 2021-11-04 22:29:36 +00:00
5c834f24a6 Updated AzureAD provider to use microsoft graph
Since AzureAD graph is going away.
Tested using old AzureAD graph usage for backwards-compatbility, did not
seem to break things. Could not test with conditional access though due
to azure never enforcing it no matter what I attempted.

Fpr #3028
2021-10-31 13:09:30 +00:00
98b23fd7ab Moved from debugbar to clockwork 2021-10-30 22:03:36 +01:00
f139cded78 Laravel 8 shift squash & merge (#3029)
* Temporarily moved back config path
* Apply Laravel coding style
* Shift exception handler
* Shift HTTP kernel and middleware
* Shift service providers
* Convert options array to fluent methods
* Shift to class based routes
* Shift console routes
* Ignore temporary framework files
* Shift to class based factories
* Namespace seeders
* Shift PSR-4 autoloading
* Shift config files
* Default config files
* Shift Laravel dependencies
* Shift return type of base TestCase methods
* Shift cleanup
* Applied stylci style changes
* Reverted config files location
* Applied manual changes to Laravel 8 shift

Co-authored-by: Shift <shift@laravelshift.com>
2021-10-30 21:29:59 +01:00
f77236aa38 Laravel 7.x Shift (#3011)
* Apply Laravel coding style
* Shift bindings
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Shift Eloquent methods
* Shift config files
* Shift Laravel dependencies
* Shift cleanup
* Shift test config and references
* Applied styleci changes
* Applied fixes post shift to laravel 7

Co-authored-by: Shift <shift@laravelshift.com>
2021-10-26 22:04:18 +01:00
7b244ea012 Updated php deps
Also removes abandoned status of sebastian/resource-operations as per
issue #3007
2021-10-26 13:12:40 +01:00
263384cf99 Merge branch 'oidc' 2021-10-16 15:51:13 +01:00
747f81d5d8 Updated php dependancies 2021-10-15 13:15:32 +01:00